flake.nix: add binwalk and uefi-firmware-parser to extract OEM firmware images to blobs needed by scripts

Requirements reproducing https://docs.dasharo.com/variants/dell_optiplex/initial-deployment/#firmware-preparation

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-10-07 11:48:22 -04:00
parent 8cf7d49fe8
commit 9196509ba6

View File

@ -87,6 +87,8 @@
ruby
sudo # ( °-° )
upx
binwalk # Extract all components of a binary
uefi-firmware-parser #Parse and extract further hidden UEFI blobs from binaries
];
in {
# The development shell includes all the dependencies.