From d28c85886f1529012b326444b0ede3476871fb0a Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Tue, 6 Aug 2013 18:03:50 +0300 Subject: [PATCH] Add NixOS Manual build instructions to itself. --- doc/manual/development.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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
+