From 83387c97fbd7da47d67fa33a4145e1bce89a4ba6 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Wed, 17 Jul 2024 22:33:40 +0200 Subject: [PATCH] util/liveiso/nixos: Install various extractor tools Firmware files are packaged in various formats and very often some Windows-only executable is used for unpacking files. These extractors allow to deal with some of them without having to run the executables. Change-Id: I1346807508a6baba801c4d5ed0a575b17e06c8d4 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/83522 Tested-by: build bot (Jenkins) Reviewed-by: Nicholas Chin --- util/liveiso/nixos/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/liveiso/nixos/common.nix b/util/liveiso/nixos/common.nix index d4619764df..4c906cab1c 100644 --- a/util/liveiso/nixos/common.nix +++ b/util/liveiso/nixos/common.nix @@ -104,6 +104,7 @@ acpica-tools btrfs-progs bzip2 + cabextract ccrypt chipsec coreboot-utils @@ -130,6 +131,7 @@ hexdump htop i2c-tools + innoextract intel-gpu-tools inxi iotools @@ -169,6 +171,7 @@ tpm2-tools uefitool uefitoolPackages.old-engine + unshield unzip upterm usbutils