diff --git a/doc/manual/development.xml b/doc/manual/development.xml index 0b02c7f60c6c..282bb1a71f47 100644 --- a/doc/manual/development.xml +++ b/doc/manual/development.xml @@ -355,13 +355,31 @@ $ mount -o loop -t iso9660 ./result/iso/cd.iso /mnt/iso + + +
+ +Testing/building the NixOS Manual + +A quick way to see if your documentation improvements +or option descriptions look good: + + +$ nix-build -A config.system.build.manual + + + +
+ +
Testing the installer -Building, burning, and booting from an installation CD is rather +Building, burning, and +booting from an installation CD is rather tedious, so here is a quick way to see if the installer works properly: @@ -378,6 +396,7 @@ $ ./result/bin/nixos-install
+