lib.types.unspecified: Make name match attribute name again

@Infinisil: This isn't right, the name shouldn't be changed, but instead a description should be added
https://github.com/NixOS/nixpkgs/pull/191353#discussion_r978983401
This commit is contained in:
Robert Hensing 2022-09-24 12:28:11 +01:00
parent fd62fdca5b
commit 43efa4900c

View File

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