nixpkgs/nixos/doc/manual
markuskowa 506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
..
administration postgresql*: use underscores in version numbers 2018-10-30 14:32:21 +00:00
configuration Treewide: use HTTPS on GNU domains 2018-12-02 15:51:59 +01:00
development nixos tests doc: minor fixes 2018-11-26 19:36:50 +01:00
installation nixos/doc: Actually fix partitioning instructions. 2018-10-08 12:35:04 -04:00
release-notes nixos/nm-applet: add nm-applet program 2018-12-02 12:18:47 +01: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.