optionSet type: enable deprecation message
This commit is contained in:
parent
79f72966e6
commit
f923905346
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ rec {
|
||||||
# declarations from the ‘options’ attribute of containing option
|
# declarations from the ‘options’ attribute of containing option
|
||||||
# declaration.
|
# declaration.
|
||||||
optionSet = mkOptionType {
|
optionSet = mkOptionType {
|
||||||
name = /* builtins.trace "types.optionSet is deprecated; use types.submodule instead" */ "option set";
|
name = builtins.trace "types.optionSet is deprecated; use types.submodule instead" "option set";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Augment the given type with an additional type check function.
|
# Augment the given type with an additional type check function.
|
||||||
|
|
Loading…
Reference in a new issue