diff options
| author | Gabriel Volpe <volpegabriel@gmail.com> | 2024-04-15 19:16:15 +0200 |
|---|---|---|
| committer | Gabriel Volpe <volpegabriel@gmail.com> | 2024-04-15 19:16:15 +0200 |
| commit | fe2bead78b1034052eca1d695118997f31826924 (patch) | |
| tree | f217b407bcca7e0e4610ded01c9c44ebaaf0b76b /lib/default.nix | |
| parent | tree-wide: use cartesianProduct (diff) | |
| download | nixpkgs-fe2bead78b1034052eca1d695118997f31826924.tar.gz | |
lib/attrsets: introduce mapCartesianProduct
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 2 |
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 |
