mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Temporary work-around to inherit configuration settings.
svn path=/nixos/branches/modular-nixos/; revision=15133
This commit is contained in:
parent
47b61bdd4a
commit
aac4fb7321
1 changed files with 1 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue