lanzaboote-tool: elaborate on the unwrapped state

This should not be used if you have no idea about the unwrapped stub problem.
This commit is contained in:
Raito Bezarius
2025-03-14 21:18:15 +05:30
committed by Masum Reza
parent 39265f3e0d
commit 305b59e8e2
+1 -1
View File
@@ -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";