nixpkgs/nixos/doc/manual
Nicolas B. Pierron 3420ac1b2e Fix typo in service.syncthing.dataDir description.
(cherry picked from commit 411408f74c)
2016-04-04 12:42:06 +02:00
..
administration nixos-manual: fix grammar 2015-12-10 19:17:33 +01:00
configuration Revert "Add a way to pin a NixOS version within the module system." 2016-02-27 20:48:12 +01:00
development nixos: update-locatedb - harden via systemd (#7220) 2016-01-23 20:44:30 +00:00
installation nixos manual: recommend use of dd for writing the image 2016-04-02 17:43:13 +02:00
release-notes Fix typo in service.syncthing.dataDir description. 2016-04-04 12:42:06 +02:00
default.nix nixos/manpages: enable linebreaking after slashes 2016-03-31 11:29:05 +02:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-generate-config.xml filesystems: use list of strings for fs options 2016-02-06 19:48:30 +00:00
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml nixos-rebuild: Document --build-host and --target-host options 2016-01-01 18:22:11 +01:00
man-pages.xml
manual.xml
options-to-docbook.xsl Manual: Don't render types as strings 2015-07-30 13:44:54 +02:00
README
style.css

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.