about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-12-29 00:49:32 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-12-29 00:49:32 +0100
commitef9b04ec5fe9bad204381e217ca150cec242e128 (patch)
tree9a9c7f26d4f8878dfc8f9c9349872492594e9546 /lib
parent9af74cc7096baa29e64edb2179604bcf494e55f3 (diff)
lib.types.loaOf: Update comment to say deprecate instead of remove
Diffstat (limited to 'lib')
-rw-r--r--lib/types.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/types.nix b/lib/types.nix
index 270ac1748c796..e741bec6c29de 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -558,7 +558,7 @@ rec {
       nestedTypes.elemType = elemType;
     };
 
-    # TODO: drop this in the future:
+    # TODO: deprecate this in the future:
     loaOf = elemType: types.attrsOf elemType // {
       name = "loaOf";
       deprecationMessage = "Mixing lists with attribute values is no longer"