nixpkgs/nixos/doc/manual
Jan Tojnar e6ce041cae
nixos/doc: Improve code listings
By adding prompts and replaceables and removing unnecessary indentation.
2020-09-23 01:25:25 +02:00
..
administration nixos/doc: Improve code listings 2020-09-23 01:25:25 +02:00
configuration nixos/doc: Improve code listings 2020-09-23 01:25:25 +02:00
development nixos/doc: Improve code listings 2020-09-23 01:25:25 +02:00
installation nixos/doc: Improve code listings 2020-09-23 01:25:25 +02:00
release-notes Merge pull request #97606 from NixOS/mkg/cinrelnotes 2020-09-17 00:35:39 -04:00
.gitignore
default.nix
Makefile
man-configuration.xml
man-nixos-build-vms.xml nixos/doc/*: editorconfig fixes 2020-07-31 15:08:54 +10:00
man-nixos-enter.xml nixos/doc: Improve code listings 2020-09-23 01:25:25 +02:00
man-nixos-generate-config.xml
man-nixos-install.xml nixos-install: add support for flakes 2020-09-04 06:56:09 +02:00
man-nixos-option.xml Merge pull request #75439 from Ma27/submodule-fixes-for-nixos-option 2020-02-01 10:00:59 +01:00
man-nixos-rebuild.xml nixos-rebuild: do not depend on nix.conf to activate flakes 2020-09-04 06:56:09 +02:00
man-nixos-version.xml nixos/doc: Improve code listings 2020-09-23 01:25:25 +02:00
man-pages.xml
manual.xml
preface.xml
README
shell.nix

To build the manual, you need Nix installed on your system (no need
for NixOS). To install Nix, follow the instructions at

    https://nixos.org/nix/download.html

When you have Nix on your system, in the root directory of the project
(i.e., `nixpkgs`), run:

    nix-build nixos/release.nix -A manual.x86_64-linux

When this command successfully finishes, it will tell you where the
manual got generated.