about summary refs log tree commit diff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2021-11-22 20:34:01 +0100
committerSilvan Mosberger <contact@infinisil.com>2022-03-18 00:08:29 +0100
commit85003ecdbb11cabd48b9ac7137720d764219a286 (patch)
tree5881396cabc6ee577f16431427508153a8cdd0c1 /lib/default.nix
parent1ad7812c4ac038b653dd57b887c7c07d02bf1bec (diff)
lib.attrsets: Introduce updateManyAttrsByPath
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 6e5465bc003eb..f8ab51c657948 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -80,7 +80,8 @@ let
       zipAttrsWithNames zipAttrsWith zipAttrs recursiveUpdateUntil
       recursiveUpdate matchAttrs overrideExisting showAttrPath getOutput getBin
       getLib getDev getMan chooseDevOutputs zipWithNames zip
-      recurseIntoAttrs dontRecurseIntoAttrs cartesianProductOfSets;
+      recurseIntoAttrs dontRecurseIntoAttrs cartesianProductOfSets
+      updateManyAttrsByPath;
     inherit (self.lists) singleton forEach foldr fold foldl foldl' imap0 imap1
       concatMap flatten remove findSingle findFirst any all count
       optional optionals toList range partition zipListsWith zipLists