mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-09 03:56:03 +01:00
fix: deprecated lib.cartesianProductofSets
This commit is contained in:
parent
be1defc74e
commit
4f3e27caae
1 changed files with 1 additions and 1 deletions
|
|
@ -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); }
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue