Fix option renaming
This commit is contained in:
@@ -159,7 +159,7 @@ rec {
|
||||
value = (opt.apply or id) merged;
|
||||
in opt //
|
||||
{ value = addErrorContext "while evaluating the option `${showOption loc}':" value;
|
||||
definitions = defsFinal;
|
||||
definitions = map (def: def.value) defsFinal;
|
||||
isDefined = defsFinal != [];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user