From 305b59e8e2d0ea54f3b957adf08e623ada3ef5d3 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 27 Nov 2023 19:49:28 +0100 Subject: [PATCH] lanzaboote-tool: elaborate on the unwrapped state This should not be used if you have no idea about the unwrapped stub problem. --- pkgs/by-name/la/lanzaboote-tool/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";