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
commit bb2fb15247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,8 @@ rec {
};
unspecified = mkOptionType {
name = "unspecified value";
name = "unspecified";
description = "unspecified value";
descriptionClass = "noun";
};