nixpkgs/nixos/doc/manual
2015-02-06 02:57:49 +03:00
..
administration Drop reference to obsolete ControlGroupAttribute option 2014-12-30 18:32:05 +01:00
configuration Fix typo in recursive set example 2015-01-04 19:28:16 +01:00
development update-channel-branches.sh: Add verbosity to improve the user experience, and update NixOS documentation. 2014-12-18 22:25:21 +01:00
installation Bad name for the NixOS download page 2015-01-04 18:33:30 +01:00
release-notes manual/release-notes: add unstable release notes with first entries 2015-02-06 02:57:49 +03:00
default.nix Add Type information into manual and manpages, fixes #4600 2015-01-04 15:41:32 +01:00
man-configuration.xml Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
man-nixos-build-vms.xml Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
man-nixos-generate-config.xml nixos-generate-config: Add --show-hardware-config. 2013-10-23 17:16:17 +02:00
man-nixos-install.xml document options to nixos-install script 2015-01-06 14:49:24 +01:00
man-nixos-option.xml nixos-option: fixes as suggested by @nbp 2014-09-06 20:59:14 +02:00
man-nixos-rebuild.xml nixos manual: replace /etc/nixos/nixos which no longer exists with more generic and more 2013-10-27 08:39:32 +02:00
man-pages.xml document options to nixos-install script 2015-01-06 14:49:24 +01:00
manual.xml nixos/manual: Re-add development section. 2015-01-25 20:12:06 +01:00
options-to-docbook.xsl Add Type information into manual and manpages, fixes #4600 2015-01-04 15:41:32 +01:00
README nixos/doc/manual: Fix typos in README. 2014-07-23 15:00:25 +02:00
style.css Manual: Chunk into separate pages 2014-08-25 19:08:31 +02:00

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.