forked from dan/liminix
1
0
Fork 0

remove unused combined-image output

This commit is contained in:
Daniel Barlow 2023-04-10 18:15:48 +01:00
parent 0687ae7f5c
commit 07eb3d66da
1 changed files with 0 additions and 8 deletions

View File

@ -35,14 +35,6 @@ in
inherit kernel;
inherit dtb;
};
combined-image = pkgs.runCommand "firmware.bin" {
nativeBuildInputs = [ pkgs.buildPackages.ubootTools ];
} ''
mkdir $out
dd if=${uimage} of=$out/firmware.bin bs=128k conv=sync
dd if=${rootfs} of=$out/firmware.bin bs=128k conv=sync,nocreat,notrunc oflag=append
'';
vmroot = pkgs.runCommand "qemu" {} ''
mkdir $out
cd $out