Merge pull request #192755 from hercules-ci/lib-types-unspecified-name

This commit is contained in:
Silvan Mosberger
2022-10-13 16:56:23 +02:00
committed by GitHub
+2 -1
View File
@@ -262,7 +262,8 @@ rec {
};
unspecified = mkOptionType {
name = "unspecified value";
name = "unspecified";
description = "unspecified value";
descriptionClass = "noun";
};