* Export the manual under system.build.manual to make it easier to

test (nix-build /etc/nixos/nixos -A config.system.build.manual).

svn path=/nixos/trunk/; revision=17644
This commit is contained in:
Eelco Dolstra 2009-10-05 13:55:33 +00:00
parent 4452096f3e
commit 8ab6828f31

View file

@ -66,6 +66,8 @@ in
config = mkIf cfg.enable {
system.build.manual = manual;
environment.systemPackages = [manual];
boot.extraTTYs = mkIf cfg.showManual [cfg.ttyNumber];