Merge pull request #192755 from hercules-ci/lib-types-unspecified-name
This commit is contained in:
commit
bb2fb15247
1 changed files with 2 additions and 1 deletions
|
@ -262,7 +262,8 @@ rec {
|
|||
};
|
||||
|
||||
unspecified = mkOptionType {
|
||||
name = "unspecified value";
|
||||
name = "unspecified";
|
||||
description = "unspecified value";
|
||||
descriptionClass = "noun";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue