Commit 4f959fdb authored by MinerSebas's avatar MinerSebas
Browse files

raspberrypi-eeprom: Add flashrom to path

The update script prefers to use flashrom to update raspberrypi 5 devices.
parent 9c711566
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, python3
, binutils-unwrapped
, findutils
, flashrom
, gawk
, kmod
, pciutils
@@ -52,6 +53,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
        --prefix PATH : "${lib.makeBinPath ([
          binutils-unwrapped
          findutils
          flashrom
          gawk
          kmod
          pciutils