summaryrefslogtreecommitdiff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2024-07-26 03:00:09 +0800
committerYueh-Shun Li <shamrocklee@posteo.net>2024-12-06 11:02:26 +0800
commitb1371135b5db3fcf728114d92d5bd0218109598a (patch)
tree3ad2cb621e27cb52bded4110c0b30ae25023ee80 /lib/default.nix
parentpython3Packages.pywikibot: init at 9.5.0 (#333068) (diff)
downloadnixpkgs-b1371135b5db3fcf728114d92d5bd0218109598a.tar.gz
lib.strings.concatMapAttrsStringSep: init
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 5b742b195d34..83ce7a6d7ea9 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -100,7 +100,7 @@ let
length head tail elem elemAt isList;
inherit (self.strings) concatStrings concatMapStrings concatImapStrings
stringLength substring isString replaceStrings
- intersperse concatStringsSep concatMapStringsSep
+ intersperse concatStringsSep concatMapStringsSep concatMapAttrsStringSep
concatImapStringsSep concatLines makeSearchPath makeSearchPathOutput
makeLibraryPath makeIncludePath makeBinPath optionalString
hasInfix hasPrefix hasSuffix stringToCharacters stringAsChars escape