forked from mirrors/nixpkgs
lib.modules: Remove redundant fixupOptionType in option injection
This commit is contained in:
parent
8baea8b82c
commit
6b077c47ff
|
@ -527,7 +527,7 @@ rec {
|
|||
# d. magically combine (a) and (c).
|
||||
# All of the above are merely syntax sugar though.
|
||||
then
|
||||
let opt = fixupOptionType loc (mergeOptionDecls loc (map optionTreeToOption decls));
|
||||
let opt = mergeOptionDecls loc (map optionTreeToOption decls);
|
||||
in {
|
||||
matchedOptions = evalOptionValue loc opt defns';
|
||||
unmatchedDefns = [];
|
||||
|
|
Loading…
Reference in a new issue