about summary refs log tree commit diff
path: root/lib/types.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types.nix')
-rw-r--r--lib/types.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/types.nix b/lib/types.nix
index f999805e1a983..caeb688fd9080 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -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";