Commit 305b59e8 authored by Raito Bezarius's avatar Raito Bezarius Committed by Masum Reza
Browse files

lanzaboote-tool: elaborate on the unwrapped state

This should not be used if you have no idea about the unwrapped stub problem.
parent 39265f3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";