nixpkgs/nixos/doc/manual
2020-08-15 12:13:58 +02:00
..
administration nixos/manual: Document boot.debug1mounts and clarify what exit does with shell_on_fail (#89365) 2020-06-17 15:36:06 +02:00
configuration Merge pull request #95086 from danieldk/manual-intel-opencl 2020-08-14 12:09:49 +02:00
development nixos/doc: Add freeform modules documentation 2020-08-14 22:49:35 +02:00
installation Merge pull request #88669 from Mic92/hidpi 2020-07-22 17:43:03 +02:00
release-notes Merge pull request #95010 from StijnDW/dokuwiki 2020-08-14 16:27:38 +02: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/*: editorconfig fixes 2020-07-31 15:08:54 +10:00
man-nixos-generate-config.xml
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml qemu-vm.nix: Do not mount /boot read-only. 2020-07-04 14:44:33 +02:00
man-nixos-version.xml
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.