nixpkgs/nixos/doc/manual
2020-06-23 12:02:27 +02:00
..
administration nixos/manual: Document boot.debug1mounts and clarify what exit does with shell_on_fail (#89365) 2020-06-17 15:36:06 +02:00
configuration nixos/doc: add section on Intel DDX drivers 2020-06-22 17:50:18 +02:00
development nixos/doc: update stale fn name s/copy_file_from_host/copy_from_host/ 2020-06-01 18:05:58 +10:00
installation manual: use less weird way of installing nixos tools 2020-06-14 10:39:43 +02:00
release-notes nixos/radicale: use radicale3 2020-06-23 12:02:27 +02:00
.gitignore
default.nix
Makefile
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml
man-nixos-generate-config.xml
man-nixos-install.xml nixos-install: 'nix build' -> nix-build 2020-05-07 13:12:29 +02:00
man-nixos-option.xml
man-nixos-rebuild.xml nixos-{rebuild,container}: Use flakeref#attrpath syntax 2020-02-05 23:15:18 +01:00
man-nixos-version.xml
man-pages.xml
manual.xml
preface.xml
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.