Temporary work-around to inherit configuration settings.

svn path=/nixos/branches/modular-nixos/; revision=15133
This commit is contained in:
Nicolas Pierron 2009-04-18 17:16:46 +00:00
parent 47b61bdd4a
commit aac4fb7321

View file

@ -54,6 +54,7 @@ in
let
cfg = config.services.showManual;
in let # !!! Bug in Nix 0.13pre14722, otherwise the following line is not aware of cfg.
inherit (cfg) enable ttyNumber browserPackage browserCommand manualFile;
realManualFile =