diff options
| author | Silvan Mosberger <silvan.mosberger@tweag.io> | 2024-06-20 18:53:11 +0200 |
|---|---|---|
| committer | Silvan Mosberger <silvan.mosberger@tweag.io> | 2024-06-20 22:48:04 +0200 |
| commit | 6f7324c1f0d48b0bf5ea34b7bd5787e125fef3c8 (patch) | |
| tree | 89cc7330e97f94c3b275f8eac666d1a301708d88 /lib/default.nix | |
| parent | lib.isInt: inherit from lib.trivial (diff) | |
| download | nixpkgs-6f7324c1f0d48b0bf5ea34b7bd5787e125fef3c8.tar.gz | |
lib.isList: inherit from lib.lists
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/default.nix b/lib/default.nix index 1da52266dce8..a6b7b596871b 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 |
