mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
This introduces a breaking change where the default location for EFI apps are now in /run/fwupd-efi. This is not breaking for lanzaboote users who already had the environment variable setting but this setting was removed in https://github.com/fwupd/fwupd/pull/9846. Since 2.1.6 this no longer needs a meson.build patch: upstream exposes the location as the `efi_app_location` meson option, which we already set to point at the fwupd-efi store path. Point it at the runtime directory instead; the NixOS module populates it from `fwupd.fwupd-efi`. Ref: https://github.com/fwupd/fwupd/issues/10202 Change-Id: Ie058ece7d284cbce960fdf0ce14a151f1cf269ca Signed-off-by: Raito Bezarius <masterancpp@gmail.com> Co-authored-by: Aliaksandr <grubian2@gmail.com> Assisted-by: claude-code with claude-opus-5[1m]-high