nixos: show the manual in system's /share/doc (close #9928)

This commit is contained in:
Jan Malakhovski 2015-09-18 17:50:31 +00:00 committed by Vladimír Čunát
parent 5b8dae8ef3
commit 9cc7859b2e

View File

@ -92,7 +92,7 @@ in
system.build.manual = manual;
environment.systemPackages = [ manual.manpages help ];
environment.systemPackages = [ manual.manpages manual.manual help ];
boot.extraTTYs = mkIf cfg.showManual ["tty${cfg.ttyNumber}"];