mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Merge pull request #39 from Yash-Garg/patch-1
fix: deprecated `lib.cartesianProductofSets`
This commit is contained in:
commit
35bb455fde
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