lib/types: Remove types.list, it's been deprecated long enough
Has been deprecated since fd803fce60
(2013-08-22)
This commit is contained in:
@@ -255,9 +255,6 @@ rec {
|
|||||||
merge = mergeEqualOption;
|
merge = mergeEqualOption;
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: drop this in the future:
|
|
||||||
list = builtins.trace "`types.list` has been removed; please use `types.listOf` instead" types.listOf;
|
|
||||||
|
|
||||||
listOf = elemType: mkOptionType rec {
|
listOf = elemType: mkOptionType rec {
|
||||||
name = "listOf";
|
name = "listOf";
|
||||||
description = "list of ${elemType.description}s";
|
description = "list of ${elemType.description}s";
|
||||||
|
|||||||
Reference in New Issue
Block a user