lib/types: Remove types.list, it's been deprecated long enough

Has been deprecated since fd803fce60
(2013-08-22)
This commit is contained in:
Silvan Mosberger 2020-09-04 13:45:11 +02:00
parent 1d4656225d
commit 14095f8f48
No known key found for this signature in database
GPG key ID: E8F1E9EAD284E17D

View file

@ -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";