From d8c6eaa95b775101ac7a7060137aae356008f910 Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Thu, 9 Nov 2023 14:40:43 -0800 Subject: [PATCH] ubootTools: add `mkeficapsule` to installed tools This tool is useful for generating UEFI capsule files that can be consumed by u-boot for firmware updates. --- pkgs/misc/uboot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 8142ede3407d..051bfd3500d6 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -199,6 +199,7 @@ in "tools/mkenvimage" "tools/mkimage" "tools/env/fw_printenv" + "tools/mkeficapsule" ]; pythonScriptsToInstall = {