nixpkgs/nixos/doc/manual
2019-05-20 12:31:24 +01:00
..
administration
configuration nixos: Fix build of manual 2019-04-27 12:39:37 +02:00
development nixos/manual: update 17.03 -> 19.03 in upgrading section 2019-04-12 12:16:30 -04:00
installation nixos/manual: update 17.03 -> 19.03 in upgrading section 2019-04-12 12:16:30 -04:00
release-notes nixos/release-notes: mention length of release support 2019-05-20 12:31:24 +01:00
.gitignore
default.nix Merge pull request #55436 from layus/warn-manual-ids 2019-03-09 08:21:07 -05:00
Makefile nixos manual Makefile: improve purity 2019-03-22 14:48:08 +01:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml
man-nixos-generate-config.xml nixos docs: run the formatting tool (no content change) 2019-03-22 14:44:11 +01:00
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml nixos docs: run the formatting tool (no content change) 2019-03-22 14:44:11 +01:00
man-nixos-version.xml
man-pages.xml
manual.xml
options-to-docbook.xsl
postprocess-option-descriptions.xsl
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.