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

authored by Silvan Mosberger and committed by GitHub bb2fb152 3c121e14

+2 -1
+2 -1
lib/types.nix
··· 262 262 }; 263 263 264 264 unspecified = mkOptionType { 265 - name = "unspecified value"; 265 + name = "unspecified"; 266 + description = "unspecified value"; 266 267 descriptionClass = "noun"; 267 268 }; 268 269