lanzaboote-stub: init at 0.3.0

This commit is contained in:
Raito Bezarius
2023-05-15 01:12:43 +02:00
parent 05d0125368
commit b0bfc35470
2 changed files with 4 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ rustPlatform.buildRustPackage {
cargoHash = "sha256-FlnheCgowYsEHcFMn6k8ESxDuggbO4tNdQlOjUIj7oE=";
# `cc-wrapper`/our clang doesn't understand MSVC link opts (hack):
RUSTFLAGS = "-Clinker=${stdenv.cc.bintools}/bin/${stdenv.cc.targetPrefix}ld.lld -Clinker-flavor=lld-link";
NIX_ENFORCE_PURITY = "0";
RUSTFLAGS = "-Clinker=${stdenv.cc.bintools}/bin/${stdenv.cc.targetPrefix}lld-link -Clinker-flavor=lld-link";
# NIX_ENFORCE_PURITY = "0";
# TODO: limit supported platforms to UEFI
meta.platforms = lib.platforms.all;

View File

@@ -9511,6 +9511,8 @@ with pkgs;
jump = callPackage ../tools/system/jump { };
lanzaboote-stub = callPackage ../tools/system/lanzaboote/stub.nix { };
lanzaboote-tool = callPackage ../tools/system/lanzaboote/tool.nix { };
larynx = callPackage ../tools/audio/larynx { };