nixpkgs/nixos/doc/manual
2019-01-29 22:55:59 +00:00
..
administration postgresql*: use underscores in version numbers 2018-10-30 14:32:21 +00:00
configuration Updated default DM 2019-01-18 18:11:00 +01:00
development Revert "Add ssh backdoor to VM tests infrastructure." 2019-01-19 13:24:39 -05:00
installation nixos/manual: use default bs value 2019-01-26 22:48:32 -05:00
release-notes release notes: mention ibus-table config change 2019-01-29 22:55:59 +00:00
.gitignore
default.nix nixos: doc: rename manual to manualHTML, cleanup references 2018-09-23 20:47:58 +00:00
Makefile nixos/doc: Adds sub-folder to input files. 2018-10-03 22:34:57 -04:00
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 a typo that made it invalid XML 2019-01-13 23:23:32 +01:00
man-nixos-version.xml
man-pages.xml
manual.xml docs: format 2018-09-29 20:51:11 -04:00
options-to-docbook.xsl nixos: Split paras by \n\n in option descriptions 2018-09-02 08:10:37 +02:00
postprocess-option-descriptions.xsl nixos: Split paras by \n\n in option descriptions 2018-09-02 08:10:37 +02:00
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.