nixpkgs/nixos/doc/manual
2015-11-29 13:50:55 +01:00
..
administration
configuration Add a way to pin a NixOS version within the module system. 2015-11-19 20:58:45 +00:00
development Allow options with type "package" to be store paths 2015-08-07 03:09:57 +02:00
installation nixos manual: point to NixOps' homepage, not Github 2015-11-14 17:17:29 +01:00
release-notes nixos/release notes: explain removal of tidy-html5 2015-11-29 13:50:55 +01:00
default.nix Add a way to pin a NixOS version within the module system. 2015-11-19 20:58:45 +00:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-generate-config.xml
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.