nixpkgs/nixos/doc/manual
2018-11-28 20:34:53 +01:00
..
administration postgresql*: use underscores in version numbers 2018-10-30 14:32:21 +00:00
configuration modularity: Document the ability to use non-files in imports (#50503) 2018-11-28 12:39:51 +01:00
development nixos tests doc: minor fixes 2018-11-26 19:36:50 +01:00
installation
release-notes nixos/ntp: use upstream default restrictions to avoid DDoS (#50762) 2018-11-28 10:15:25 +00:00
.gitignore
default.nix
Makefile
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml
man-nixos-generate-config.xml nixos: doc typo and ws 2018-11-16 22:44:55 +01:00
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml
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.