bootpart-tow-boot-rpi-aarch64: fix syntax error

This commit is contained in:
colin 2023-01-16 12:14:22 +00:00
parent 18c98feb34
commit 7aac965e32

View File

@ -4,11 +4,10 @@ stdenv.mkDerivation rec {
pname = "bootpart-tow-boot-rpi-aarch64";
version = "1";
buildInputs = with [
buildInputs = [
tow-boot-rpi4 # for Tow-Boot.*.bin
raspberrypifw # for bootcode.bin, *.dat, *.elf, *.dtb
raspberrypi-armstubs # for armstub*
];
src = ./config.txt;