mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
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
|
||||
# option default values may depends on the definition of other options.
|
||||
# !!! This seems inefficent. Didn't definitionsOf already compute
|
||||
# the option declarations?
|
||||
optionDeclarations =
|
||||
pkgs.lib.fixableDeclarationsOf configComponents extraArgs config_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user