nixpkgs/nixos/doc/manual
2018-04-29 18:30:42 -05:00
..
administration
configuration nixos manual: Fix typo in Syntax Summary 2018-04-24 21:57:51 +02:00
development Merge pull request #31418 from ryantm/doc-nixos-extra-module-path 2018-04-27 21:26:06 -04:00
installation Clarify installation steps w.r.t. disk partitions 2018-04-17 14:29:07 +02:00
release-notes rl-1809: add netcat note 2018-04-29 18:30:42 -05:00
default.nix nixos docs: syntax highlight 2018-04-05 07:54:01 -04:00
man-configuration.xml
man-nixos-build-vms.xml nixpkgs module: Clean up platform options 2018-04-06 12:41:44 -04:00
man-nixos-enter.xml
man-nixos-generate-config.xml
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml
man-nixos-version.xml
man-pages.xml
manual.xml
options-to-docbook.xsl
README

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.