nixpkgs/nixos/doc/manual
Frederik Rietdijk 65edeb8633 Merge master into staging-next 2019-11-20 10:01:49 +01:00
..
administration
configuration nixos/doc: remove refs to slim 2019-11-11 17:10:41 -05:00
development nixos/manual: fix IDs on docs for running tests (#73526) 2019-11-17 11:47:28 +01:00
installation
release-notes Merge master into staging-next 2019-11-20 10:01:49 +01:00
.gitignore
Makefile
README
default.nix
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml
man-nixos-generate-config.xml
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml nixos-rebuild: add explicit option to enable (remote) sudo 2019-11-07 17:03:12 +01:00
man-nixos-version.xml
man-pages.xml
manual.xml
preface.xml
shell.nix

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.