nixpkgs/nixos/doc/manual
2016-04-03 17:36:38 +00:00
..
administration
configuration Revert "Add a way to pin a NixOS version within the module system." 2016-02-27 20:48:12 +01:00
development Revert "Add the tool "nixos-typecheck" that can check an option declaration to:" 2016-03-01 20:52:06 +01:00
installation manual/installing: add loadkeys hint 2016-03-06 11:05:39 +01:00
release-notes Fix typo in service.syncthing.dataDir description. 2016-04-03 17:36:38 +00:00
default.nix nixos/manpages: enable linebreaking after slashes 2016-03-19 17:16:59 +01:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-generate-config.xml filesystems: use list of strings for fs options 2016-02-06 19:48:30 +00:00
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml
man-pages.xml
manual.xml
options-to-docbook.xsl
README
style.css

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.