about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 17:51:16 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 17:59:36 +0200
commit18382c2ec80a7eb656732dc2e1345ae76c2746b3 (patch)
tree85e5ef144656bc5cc8210b7b688035ead28513e5 /lib
parent56535c832ff422ac0b7f872a708258e2c2be105c (diff)
lib.removeAttrs: Export from lib.attrsets.removeAttrs
Diffstat (limited to 'lib')
-rw-r--r--lib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index eb4890b94229a..66f8c7da38dce 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -87,7 +87,7 @@ let
       recursiveUpdate matchAttrs mergeAttrsList overrideExisting showAttrPath getOutput
       getBin getLib getDev getMan chooseDevOutputs zipWithNames zip
       recurseIntoAttrs dontRecurseIntoAttrs cartesianProduct cartesianProductOfSets
-      mapCartesianProduct updateManyAttrsByPath intersectAttrs;
+      mapCartesianProduct updateManyAttrsByPath intersectAttrs removeAttrs;
     inherit (self.lists) singleton forEach map foldr fold foldl foldl' imap0 imap1
       ifilter0 concatMap flatten remove findSingle findFirst any all count
       optional optionals toList range replicate partition zipListsWith zipLists