fix: deprecated lib.cartesianProductofSets

This commit is contained in:
Yash Garg 2024-07-29 18:41:39 +05:30 committed by GitHub
parent be1defc74e
commit 4f3e27caae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,7 +142,7 @@ in
#
# For example: `pkgs.rpi-kernels.v6_6_31.bcm2712'
rpi-kernels = rpi-kernels (
final.lib.cartesianProductOfSets # this gets renamed yet again to cartesianProduct in April 19 2024
final.lib.cartesianProduct
{ board = boards; version = (builtins.attrNames versions); }
);
}