diff --git a/pkgs/by-name/la/lanzaboote-tool/package.nix b/pkgs/by-name/la/lanzaboote-tool/package.nix index 9bdc22841f62..e6883bb8a15e 100644 --- a/pkgs/by-name/la/lanzaboote-tool/package.nix +++ b/pkgs/by-name/la/lanzaboote-tool/package.nix @@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec { ]; meta = with lib; { - description = "Lanzaboote UEFI tooling for SecureBoot enablement on NixOS systems"; + description = "Lanzaboote UEFI tooling for SecureBoot enablement on NixOS systems (unwrapped; does not contain the required stub)"; homepage = "https://github.com/nix-community/lanzaboote"; license = licenses.gpl3Only; mainProgram = "lzbt-unwrapped";