From 9196509ba6c677a8138b4526adc402188696d07e Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 7 Oct 2024 11:48:22 -0400 Subject: [PATCH] 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 --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 41512465..24941931 100644 --- a/flake.nix +++ b/flake.nix @@ -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.