fix clobbering of all but one board per version

This commit is contained in:
Travis Staton 2024-06-24 09:20:26 -04:00
parent f0c963957b
commit 7f3a320cc0

View file

@ -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
{
# disable firmware compression so that brcm firmware can be found at