lib.replaceStrings: inherit from lib.strings

This commit is contained in:
Silvan Mosberger 2024-06-20 18:58:03 +02:00
parent d3c09b9327
commit 1e4f04d4d6

View File

@ -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