about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 18:53:11 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 22:48:04 +0200
commit6f7324c1f0d48b0bf5ea34b7bd5787e125fef3c8 (patch)
tree89cc7330e97f94c3b275f8eac666d1a301708d88 /lib
parentfa82e813f10165305b4a2387e6e54080c9e5c486 (diff)
lib.isList: inherit from lib.lists
Diffstat (limited to 'lib')
-rw-r--r--lib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 1da52266dce83..a6b7b596871b5 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -66,7 +66,7 @@ let
 
     inherit (builtins) addErrorContext
       genericClosure getAttr
-      isList isPath isString
+      isPath isString
       pathExists readFile replaceStrings
       trace;
     inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
@@ -94,7 +94,7 @@ let
       reverseList listDfs toposort sort sortOn naturalSort compareLists take
       drop sublist last init crossLists unique allUnique intersectLists
       subtractLists mutuallyExclusive groupBy groupBy' concatLists genList
-      length head tail elem elemAt;
+      length head tail elem elemAt isList;
     inherit (self.strings) concatStrings concatMapStrings concatImapStrings
       stringLength substring
       intersperse concatStringsSep concatMapStringsSep