nixpkgs/nixos/doc/manual
2020-05-11 11:17:04 +01:00
..
administration
configuration Merge pull request #86678 from rnhmjoj/picom 2020-05-06 10:27:16 +02:00
development treewide: use https for nixos.org and hydra.nixos.org 2020-05-03 22:14:21 -07:00
installation treewide: use https for nixos.org and hydra.nixos.org 2020-05-03 22:14:21 -07:00
release-notes Merge pull request #85862 from Izorkin/nginx-paths 2020-05-11 11:17:04 +01:00
.gitignore
default.nix
Makefile
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml
man-nixos-generate-config.xml
man-nixos-install.xml nixos-install: 'nix build' -> nix-build 2020-05-07 13:12:29 +02:00
man-nixos-option.xml
man-nixos-rebuild.xml
man-nixos-version.xml
man-pages.xml
manual.xml
preface.xml
README
shell.nix

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.