Fix description to match convention
This commit is contained in:
parent
ab2cd34076
commit
da4adc2a4f
@ -195,7 +195,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
enum = values: mkOptionType {
|
enum = values: mkOptionType {
|
||||||
name = "one of ${concatStringsSep ", " values}.";
|
name = "one of ${concatStringsSep ", " values}";
|
||||||
check = flip elem values;
|
check = flip elem values;
|
||||||
merge = mergeOneOption;
|
merge = mergeOneOption;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user