lib/types: Remove types.list, it's been deprecated long enough
Has been deprecated since fd803fce60
(2013-08-22)
This commit is contained in:
parent
1d4656225d
commit
14095f8f48
1 changed files with 0 additions and 3 deletions
|
@ -255,9 +255,6 @@ rec {
|
|||
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 {
|
||||
name = "listOf";
|
||||
description = "list of ${elemType.description}s";
|
||||
|
|
Loading…
Reference in a new issue