nixpkgs/nixos/doc/manual
Florian Klink d5aa8ff17c
Merge pull request #93586 from makefu/pkgs/udpt/bump
udpt: 2017-09-27 -> 3.1.1
2020-07-23 17:54:39 +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/manual: add a section about Vulkan drivers 2020-07-22 14:41:33 +02:00
development nixos/manual: Fix reference to copy_from_host 2020-07-18 14:26:44 +03:00
installation Merge pull request #88669 from Mic92/hidpi 2020-07-22 17:43:03 +02:00
release-notes release-notes/rl-2009: add remark about udpt complete rewrite 2020-07-23 17:30:05 +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 qemu-vm.nix: Do not mount /boot read-only. 2020-07-04 14:44:33 +02: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.