svn path=/nixos/trunk/; revision=16799
This commit is contained in:
@@ -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_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user