mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
fix clobbering of all but one board per version
This commit is contained in:
parent
f0c963957b
commit
7f3a320cc0
1 changed files with 3 additions and 1 deletions
|
|
@ -83,7 +83,9 @@ let
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
rpi-kernels = builtins.foldl' (b: a: b // rpi-kernel a) { };
|
rpi-kernels = builtins.foldl'
|
||||||
|
(b: a: final.lib.recursiveUpdate b (rpi-kernel a))
|
||||||
|
{ };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# disable firmware compression so that brcm firmware can be found at
|
# disable firmware compression so that brcm firmware can be found at
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue