summaryrefslogtreecommitdiff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 17:49:20 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-06-20 17:59:36 +0200
commit56535c832ff422ac0b7f872a708258e2c2be105c (patch)
tree78ee9ab0f14d1f02a3ec3c7104d038643fb1ddfd /lib/default.nix
parentlib.map: Export from lib.lists.map (diff)
downloadnixpkgs-56535c832ff422ac0b7f872a708258e2c2be105c.tar.gz
lib.intersectAttrs: Export from builtins
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 0e7b1d72337f..eb4890b94229 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;
+ mapCartesianProduct updateManyAttrsByPath intersectAttrs;
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