1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-21 13:44:50 +00:00
nixpkgs/nixos/doc/manual
Marek Mahut 4181ae25bf
Merge pull request #94166 from 1000101/bitcoind
release-notes/rl-2009: amend bitcoind incompatibility
2020-08-03 15:56:56 +02:00
..
administration
configuration nixos/manual: add a section about Vulkan drivers 2020-07-22 14:41:33 +02:00
development nixos/docs: Add documentation for settings options 2020-07-29 18:08:25 +02:00
installation Merge pull request #88669 from Mic92/hidpi 2020-07-22 17:43:03 +02:00
release-notes Merge pull request #94166 from 1000101/bitcoind 2020-08-03 15:56:56 +02:00
.gitignore
default.nix
Makefile
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/doc/*: editorconfig fixes 2020-07-31 15:08:54 +10:00
man-nixos-generate-config.xml
man-nixos-install.xml
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.