From 1e4f04d4d62701f5f8dfd37f3c535e8d2b2fbb97 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 20 Jun 2024 18:58:03 +0200 Subject: lib.replaceStrings: inherit from lib.strings --- lib/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/default.nix b/lib/default.nix index 20a7cf93b370b..5d98a58836f8a 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 -- cgit 1.4.1