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-08-30 08:52:43 -04:00
..
administration
configuration nixos/doc: added MATE to list of desktop managers in manual (#44442) 2018-08-04 07:23:54 +01:00
development doc: change git:// links to https:// (#44395) 2018-08-03 14:01:34 +01:00
installation nixos/doc: New installer note on unattended installs 2018-08-19 19:54:10 +02:00
release-notes nixos docs: add release notes for nix 2.0 requiremnt bump 2018-08-30 08:52:43 -04:00
.gitignore
default.nix treewide: remove aliases in nixpkgs 2018-07-18 23:25:20 -04:00
Makefile
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.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 treewide: remove mailing list references 2018-08-23 09:24:44 -07:00
options-to-docbook.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.