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"
},
"locked": {
"lastModified": 1775504408,
"narHash": "sha256-0OueSEJk/BZlanFXEexVQg2Jy1pGXA2DCO9ZgBkWCTM=",
"owner": "Titaniumtown",
"lastModified": 1775510693,
"narHash": "sha256-gZfJ07j/oOciDi8mF/V8QTm7YCeDcusNSMZzBFi8OUM=",
"owner": "nix-community",
"repo": "lanzaboote",
"rev": "ba00703759608f49a094c40d09ed39ed98c2b8bb",
"rev": "3fe0ae8cb285e0ad101a9675f4190d455fb05e85",
"type": "github"
},
"original": {
"owner": "Titaniumtown",
"ref": "pr/fix-pcrlock-reinstall-systemd-boot",
"owner": "nix-community",
"repo": "lanzaboote",
"type": "github"
}

View File

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