nixpkgs/nixos/doc/manual
Jörg Thalheim 101dca2d9a
Merge pull request #39798 from lheckemann/nixos-install-chroot-doc
nixos-install manual: remove --chroot option
2018-05-01 08:21:31 +01:00
..
administration Added cross-references to NixOS manual 2018-04-12 09:39:14 +10:00
configuration Merge pull request #38831 from rdnetto/improve-cross-refs 2018-04-30 21:30:20 -04:00
development nixos docs: include note about make for debugging the nixos docs 2018-04-28 04:15:16 -04:00
installation Merge pull request #38831 from rdnetto/improve-cross-refs 2018-04-30 21:30:20 -04:00
release-notes Merge pull request #39416 from Ma27/fix-.version-config 2018-04-30 08:33:19 +00:00
default.nix nixos docs: Add a makefile for hacking on the nixos docs 2018-04-28 04:00:55 -04:00
Makefile nixos docs: Add a makefile for hacking on the nixos docs 2018-04-28 04:00:55 -04:00
man-configuration.xml nixos manual: update xi:include for configuruation.nix's options-db 2018-04-28 04:04:56 -04:00
man-nixos-build-vms.xml nixpkgs module: Clean up platform options 2018-04-06 12:41:44 -04:00
man-nixos-enter.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
man-nixos-generate-config.xml
man-nixos-install.xml nixos-install manual: remove --chroot option 2018-05-01 07:36:35 +01:00
man-nixos-option.xml Improved nixos-option manpage 2017-08-04 03:30:35 +02:00
man-nixos-rebuild.xml doc: correct typo (#21176) 2016-12-15 17:13:44 +01:00
man-nixos-version.xml
man-pages.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
manual.xml nixos docs: Add a makefile for hacking on the nixos docs 2018-04-28 04:00:55 -04:00
options-to-docbook.xsl nixos docs: Add a makefile for hacking on the nixos docs 2018-04-28 04:00:55 -04:00
README

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.