summaryrefslogtreecommitdiff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorGabriel Volpe <volpegabriel@gmail.com>2024-04-15 19:16:15 +0200
committerGabriel Volpe <volpegabriel@gmail.com>2024-04-15 19:16:15 +0200
commitfe2bead78b1034052eca1d695118997f31826924 (patch)
treef217b407bcca7e0e4610ded01c9c44ebaaf0b76b /lib/default.nix
parenttree-wide: use cartesianProduct (diff)
downloadnixpkgs-fe2bead78b1034052eca1d695118997f31826924.tar.gz
lib/attrsets: introduce mapCartesianProduct
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 97a81d4763bf..44a2a5216ec7 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
- updateManyAttrsByPath;
+ mapCartesianProduct updateManyAttrsByPath;
inherit (self.lists) singleton forEach foldr fold foldl foldl' imap0 imap1
concatMap flatten remove findSingle findFirst any all count
optional optionals toList range replicate partition zipListsWith zipLists