From c44229527a4e46bb3680b998e9d5a5108ea7a8a8 Mon Sep 17 00:00:00 2001 From: r-vdp Date: Sun, 12 Jul 2026 14:05:19 +0200 Subject: [PATCH] fwupd: clarify efi_app_location comment --- pkgs/by-name/fw/fwupd/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/fw/fwupd/package.nix b/pkgs/by-name/fw/fwupd/package.nix index 2db794b344ee..f1b00d478d60 100644 --- a/pkgs/by-name/fw/fwupd/package.nix +++ b/pkgs/by-name/fw/fwupd/package.nix @@ -226,7 +226,7 @@ stdenv.mkDerivation (finalAttrs: { "--sysconfdir=/etc" (lib.mesonOption "sysconfdir_install" "${placeholder "out"}/etc") (lib.mesonOption "efi_os_dir" "nixos") - # EFI capsule is located in fwupd-efi now. + # Use the EFI app from the separate fwupd-efi package. (lib.mesonOption "efi_app_location" "${fwupd-efi}/libexec/fwupd/efi") # HSI is auto-disabled on non-x86 upstream; auto_features=enabled overrides # that, breaking the fwupdtool installed test which expects rc=1 on non-x86.