Merge pull request #39 from Yash-Garg/patch-1

fix: deprecated `lib.cartesianProductofSets`
This commit is contained in:
Travis Staton 2024-08-01 08:23:29 -07:00 committed by GitHub
commit 35bb455fde
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' # For example: `pkgs.rpi-kernels.v6_6_31.bcm2712'
rpi-kernels = rpi-kernels ( 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); } { board = boards; version = (builtins.attrNames versions); }
); );
} }