1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos/doc/manual
2018-02-17 14:01:24 +01:00
..
administration
configuration nixos/networking-interfaces: rename IP addresses/routes options 2018-02-17 14:01:24 +01:00
development test-driver: mention $user argument in the NixOS manual and the Impala release notes 2018-01-06 10:09:18 +01:00
installation docs: Explain how to login into built vm 2018-02-07 21:34:50 +01:00
release-notes Merge remote-tracking branch 'upstream/master' into HEAD 2018-02-14 21:30:08 +01:00
default.nix nixos: doc: trivial cleanup and docstring fix 2018-02-11 22:41:06 +00:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-generate-config.xml
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 nixos, lib: implement relatedPackages option 2018-02-09 19:51:06 +00: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.