lanzaboote: pin to fork with pcrlock reinstall fix
Some checks failed
Build and Deploy / deploy (push) Failing after 3h15m29s

Upstream PR: https://github.com/nix-community/lanzaboote/pull/566
This commit is contained in:
2026-04-06 16:02:30 -04:00
parent a76a7969d9
commit 274ef40ccc
2 changed files with 7 additions and 6 deletions

11
flake.lock generated
View File

@@ -304,15 +304,16 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1775494882,
"narHash": "sha256-bOUFAWjD95Au+K1LkEhV4u3ulsiVfIXbbOFPxnEgSv8=",
"owner": "nix-community",
"lastModified": 1775504408,
"narHash": "sha256-0OueSEJk/BZlanFXEexVQg2Jy1pGXA2DCO9ZgBkWCTM=",
"owner": "Titaniumtown",
"repo": "lanzaboote",
"rev": "40970afc8d8f1c122f3d282d3e7329d9faf65bec",
"rev": "ba00703759608f49a094c40d09ed39ed98c2b8bb",
"type": "github"
},
"original": {
"owner": "nix-community",
"owner": "Titaniumtown",
"ref": "pr/fix-pcrlock-reinstall-systemd-boot",
"repo": "lanzaboote",
"type": "github"
}

View File

@@ -5,7 +5,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
lanzaboote = {
url = "github:nix-community/lanzaboote";
url = "github:Titaniumtown/lanzaboote/pr/fix-pcrlock-reinstall-systemd-boot";
inputs.nixpkgs.follows = "nixpkgs";
};