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" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1775494882, "lastModified": 1775504408,
"narHash": "sha256-bOUFAWjD95Au+K1LkEhV4u3ulsiVfIXbbOFPxnEgSv8=", "narHash": "sha256-0OueSEJk/BZlanFXEexVQg2Jy1pGXA2DCO9ZgBkWCTM=",
"owner": "nix-community", "owner": "Titaniumtown",
"repo": "lanzaboote", "repo": "lanzaboote",
"rev": "40970afc8d8f1c122f3d282d3e7329d9faf65bec", "rev": "ba00703759608f49a094c40d09ed39ed98c2b8bb",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "Titaniumtown",
"ref": "pr/fix-pcrlock-reinstall-systemd-boot",
"repo": "lanzaboote", "repo": "lanzaboote",
"type": "github" "type": "github"
} }

View File

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