summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 20a7cf93b370..5d98a58836f8 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -66,7 +66,6 @@ let
inherit (builtins) addErrorContext
isPath
- replaceStrings
trace;
inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
@@ -96,7 +95,7 @@ let
subtractLists mutuallyExclusive groupBy groupBy' concatLists genList
length head tail elem elemAt isList;
inherit (self.strings) concatStrings concatMapStrings concatImapStrings
- stringLength substring isString
+ stringLength substring isString replaceStrings
intersperse concatStringsSep concatMapStringsSep
concatImapStringsSep concatLines makeSearchPath makeSearchPathOutput
makeLibraryPath makeIncludePath makeBinPath optionalString