Update function arguments to follow nixpkgs modification.
svn path=/nixos/branches/modular-nixos/; revision=16193
This commit is contained in:
parent
1f9d8f45ea
commit
26fcc601a6
@ -28,12 +28,12 @@ rec {
|
||||
config_ =
|
||||
pkgs.lib.fixOptionSets
|
||||
pkgs.lib.mergeOptionSets
|
||||
pkgs configComponents;
|
||||
{ inherit pkgs; } configComponents;
|
||||
|
||||
optionDeclarations =
|
||||
pkgs.lib.fixOptionSetsFun
|
||||
pkgs.lib.filterOptionSets
|
||||
pkgs configComponents
|
||||
{ inherit pkgs; } configComponents
|
||||
config_;
|
||||
|
||||
# Optionally check wether all config values have corresponding
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user