svn path=/nixos/trunk/; revision=16799
This commit is contained in:
parent
f1035de47c
commit
4d72704d77
|
@ -32,6 +32,8 @@ rec {
|
||||||
|
|
||||||
# "fixableDeclarationsOf" is used instead of "declarationsOf" because some
|
# "fixableDeclarationsOf" is used instead of "declarationsOf" because some
|
||||||
# option default values may depends on the definition of other options.
|
# option default values may depends on the definition of other options.
|
||||||
|
# !!! This seems inefficent. Didn't definitionsOf already compute
|
||||||
|
# the option declarations?
|
||||||
optionDeclarations =
|
optionDeclarations =
|
||||||
pkgs.lib.fixableDeclarationsOf configComponents extraArgs config_;
|
pkgs.lib.fixableDeclarationsOf configComponents extraArgs config_;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue