lanzaboote-tool: fix mainProgram

Previously, we knew how to wrap `lzbt` properly, but now, we cannot anymore.
This commit is contained in:
Raito Bezarius
2025-03-14 21:18:15 +05:30
committed by Masum Reza
parent 0c84b252cf
commit 39265f3e0d
+1 -1
View File
@@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
description = "Lanzaboote UEFI tooling for SecureBoot enablement on NixOS systems";
homepage = "https://github.com/nix-community/lanzaboote";
license = licenses.gpl3Only;
mainProgram = "lzbt";
mainProgram = "lzbt-unwrapped";
maintainers = with maintainers; [
raitobezarius
nikstur