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:54:32 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 22:48:04 +0200
commit94a863973a82c16357d6680d361b008a8de608b4 (patch)
tree59f3909a84a1429c94e0c768a0ce27f119061d05 /lib
parent6f7324c1f0d48b0bf5ea34b7bd5787e125fef3c8 (diff)
lib.isString: inherit from lib.strings
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 a6b7b596871b5..6228935965b09 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -66,7 +66,7 @@ let
 
     inherit (builtins) addErrorContext
       genericClosure getAttr
-      isPath isString
+      isPath
       pathExists readFile replaceStrings
       trace;
     inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
@@ -96,7 +96,7 @@ let
       subtractLists mutuallyExclusive groupBy groupBy' concatLists genList
       length head tail elem elemAt isList;
     inherit (self.strings) concatStrings concatMapStrings concatImapStrings
-      stringLength substring
+      stringLength substring isString
       intersperse concatStringsSep concatMapStringsSep
       concatImapStringsSep concatLines makeSearchPath makeSearchPathOutput
       makeLibraryPath makeIncludePath makeBinPath optionalString