nixpkgs/nixos/doc/manual
Florian Klink 0620184f3f nixos/lib/test*: remove perl test driver
This has been deprecated in 20.03, and all tests have been migrated to
the python framework, effectively making this dead code.
2020-08-27 19:45:38 +02:00
..
administration
configuration nixos/manual: remove references to rocm-runtime-ext 2020-08-21 08:50:51 +02:00
development nixos/doc: Add freeform modules documentation 2020-08-14 22:49:35 +02:00
installation Merge pull request #88669 from Mic92/hidpi 2020-07-22 17:43:03 +02:00
release-notes nixos/lib/test*: remove perl test driver 2020-08-27 19:45:38 +02:00
.gitignore
Makefile
README
default.nix
man-configuration.xml
man-nixos-build-vms.xml nixos/doc/*: editorconfig fixes 2020-07-31 15:08:54 +10:00
man-nixos-enter.xml nixos/manual: fix typo in man-nixos-enter.xml 2020-08-22 15:08:37 -04:00
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
preface.xml
shell.nix

README

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.