about summary refs log tree commit diff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-11-16 12:20:38 -0500
committerfigsoda <figsoda@pm.me>2022-11-17 10:41:53 -0500
commitf993f8a18659bb15bc5697b6875caf0cba8b1825 (patch)
treed671b3289bac8aaad0c867096808d99b338dd208 /lib/default.nix
parent4536ebad69010f41df3c67c18bff3d85513faf86 (diff)
lib/attrsets: add concatMapAttrs
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 8bb06954518b9..cc4bedc5869b6 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -78,7 +78,7 @@ let
     inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath
       getAttrFromPath attrVals attrValues getAttrs catAttrs filterAttrs
       filterAttrsRecursive foldAttrs collect nameValuePair mapAttrs
-      mapAttrs' mapAttrsToList mapAttrsRecursive mapAttrsRecursiveCond
+      mapAttrs' mapAttrsToList concatMapAttrs mapAttrsRecursive mapAttrsRecursiveCond
       genAttrs isDerivation toDerivation optionalAttrs
       zipAttrsWithNames zipAttrsWith zipAttrs recursiveUpdateUntil
       recursiveUpdate matchAttrs overrideExisting showAttrPath getOutput getBin