nixpkgs/nixos/doc/manual
Eelco Dolstra e88f28965a
nixos-install: Make compatible with Nix 2.0
The use of Nix 2.0 significantly simplifies the installer, since we
can just pass a different store URI (--store /mnt) - it's no longer
needed to set up a chroot environment for the build, and to bootstrap
Nix into the chroot.

Also, commands that need to run in the installation (namely boot
loader installation and setting a root password) are now executed
using nixos-enter.

This also removes the need for nixos-prepare-root since any required
initialisation is done by Nix or by the activation script.
2018-02-05 19:50:36 +01:00
..
administration
configuration Merge pull request #32540 from rnhmjoj/portrange 2017-12-20 23:51:08 +00:00
development nixos-install: Make compatible with Nix 2.0 2018-02-05 19:50:36 +01:00
installation nixos manual: fix typo 2018-01-22 09:39:24 +02:00
release-notes matrix-synapse: default to postgresql on 18.03 2018-02-04 21:22:55 -04:00
default.nix Add setFunctionArgs lib function. 2018-01-31 14:02:19 -05:00
man-configuration.xml
man-nixos-build-vms.xml
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
man-nixos-option.xml
man-nixos-rebuild.xml
man-nixos-version.xml
man-pages.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
manual.xml
options-to-docbook.xsl Revert "nixos: doc: implement related packages in the manual" 2017-12-23 07:19:45 -05: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.