nixpkgs/nixos/doc/manual
2015-11-02 01:15:48 +03:00
..
administration Manual tweak 2015-03-11 15:34:57 +01:00
configuration nixos: document nvidia legacy driver options 2015-09-02 13:25:50 +02:00
development Allow options with type "package" to be store paths 2015-08-07 03:09:57 +02:00
installation nixos/manual: installation iso logs in automatically 2015-10-11 13:37:19 +02:00
release-notes manual: document nginx changes 2015-11-02 01:15:48 +03:00
default.nix Prevent future store path references in the manual 2015-09-24 11:51:26 +02: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 nixos-install: support -j, --cores and --option. Closes #6755 2015-03-11 16:47:44 +00: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-rebuild: Add ‘dry-activate’ command 2015-03-09 16:50:59 +01:00
man-pages.xml document options to nixos-install script 2015-01-06 14:49:24 +01:00
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 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.