lanzaboote: fix was upstreamed

This commit is contained in:
2026-04-06 19:21:20 -04:00
parent 274ef40ccc
commit 738861fd53
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View File

@@ -304,16 +304,15 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1775504408, "lastModified": 1775510693,
"narHash": "sha256-0OueSEJk/BZlanFXEexVQg2Jy1pGXA2DCO9ZgBkWCTM=", "narHash": "sha256-gZfJ07j/oOciDi8mF/V8QTm7YCeDcusNSMZzBFi8OUM=",
"owner": "Titaniumtown", "owner": "nix-community",
"repo": "lanzaboote", "repo": "lanzaboote",
"rev": "ba00703759608f49a094c40d09ed39ed98c2b8bb", "rev": "3fe0ae8cb285e0ad101a9675f4190d455fb05e85",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Titaniumtown", "owner": "nix-community",
"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:Titaniumtown/lanzaboote/pr/fix-pcrlock-reinstall-systemd-boot"; url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };