nixpkgs/nixos/doc/manual
2015-12-08 18:54:02 +03: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 release-notes: mention bumblebee changes 2015-12-08 18:54:02 +03: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 Move release notes to an appendix and a separate chunk 2015-07-22 16:21:32 +02:00
options-to-docbook.xsl Manual: Don't render types as strings 2015-07-30 13:44:54 +02:00
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.