nixpkgs/nixos/doc/manual
2019-03-07 13:38:19 +01:00
..
administration postgresql*: use underscores in version numbers 2018-10-30 14:32:21 +00:00
configuration nixos/doc: Small updates about wireless configuration. (#55918) 2019-03-05 04:27:15 +02:00
development nixos release: there's a wildcard protection now for release-* on github 2019-02-26 14:12:46 +07:00
installation nixos/doc: Small updates about wireless configuration. (#55918) 2019-03-05 04:27:15 +02:00
release-notes Release notes: switch to modesetting: mention backlight problem 2019-03-07 13:38:19 +01:00
.gitignore
default.nix nixos: doc: increase maxdepth for xsltproc 2019-03-05 09:41:40 +00:00
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 nixos/manual: fix build 2019-03-02 10:32:24 +00: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.