mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
raspberrypi-eeprom: Add flashrom to path
The update script prefers to use flashrom to update raspberrypi 5 devices.
This commit is contained in:
parent
9c711566cd
commit
4f959fdb30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user