nixpkgs/nixos/doc/manual
2019-08-15 21:01:23 -04:00
..
administration doc: Use prompt more often 2019-06-17 13:25:50 +02:00
configuration nixos/xserver: add option to install custom xkb layouts (#47764) 2019-07-26 20:43:37 +02:00
development Merge pull request #65728 from Infinisil/types-eithers 2019-08-13 11:48:42 -04:00
installation Merge pull request #66338 from worldofpeace/installer/no-root 2019-08-14 11:20:54 -04:00
release-notes nixos/systemhealth: drop unmaintained module 2019-08-15 21:01:23 -04:00
.gitignore
default.nix Extract NixOS options documentation generation to a function 2019-08-08 16:18:09 +02:00
Makefile nixos manual Makefile: improve purity 2019-03-22 14:48:08 +01:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml nixos-enter: silent activation script option 2019-08-13 23:48:58 +02:00
man-nixos-generate-config.xml doc: Use prompt more often 2019-06-17 13:25:50 +02:00
man-nixos-install.xml doc: Use prompt more often 2019-06-17 13:25:50 +02:00
man-nixos-option.xml doc: Use prompt more often 2019-06-17 13:25:50 +02:00
man-nixos-rebuild.xml Merge pull request #66561 from Ma27/document-user-services-on-rebuild 2019-08-13 16:43:40 +02:00
man-nixos-version.xml
man-pages.xml nixos/doc+manual: change copyright year 2018->2019 2019-08-02 10:45:04 -05:00
manual.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.