add outputs.flashable - flashable firmware.bin

This commit is contained in:
Daniel Barlow 2023-03-02 23:01:26 +00:00
parent 0cab6e9fba
commit 6d191b73ae
7 changed files with 85 additions and 0 deletions

View file

@ -23,6 +23,7 @@ in
inherit (config.kernel) config src extraPatchPhase;
};
dtb = (callPackage ../kernel/dtb.nix {}) {
inherit (config.boot) commandLine;
dts = config.boot.dts.src;
includes = config.boot.dts.includes ++ [
"${kernel.headers}/include"