mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00: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
@ -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 New Issue
Block a user