Fix description to match convention
This commit is contained in:
+1
-1
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user