nixpkgs/nixos/doc/manual
2018-04-12 09:39:14 +10:00
..
administration Added cross-references to NixOS manual 2018-04-12 09:39:14 +10:00
configuration Added cross-references to NixOS manual 2018-04-12 09:39:14 +10:00
development nixos-install: Make compatible with Nix 2.0 2018-02-05 19:50:36 +01:00
installation Added cross-references to NixOS manual 2018-04-12 09:39:14 +10:00
release-notes 18.03 -> 18.09 2018-03-05 19:47:39 +01:00
default.nix stdenv.mkDerivation: rename meta.evaluates -> meta.available 2018-02-18 13:33:25 +00:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
man-nixos-generate-config.xml
man-nixos-install.xml Fix installing the Nixpkgs channel on the installation media 2018-02-27 19:58:23 +01:00
man-nixos-option.xml Improved nixos-option manpage 2017-08-04 03:30:35 +02:00
man-nixos-rebuild.xml doc: correct typo (#21176) 2016-12-15 17:13:44 +01:00
man-nixos-version.xml
man-pages.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
manual.xml Point to the new mailing list by replacing the old link 2017-07-18 13:44:10 +02:00
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.