From 274ef40ccc9eadbb29e7c0f57fc3bc9d658b5e9a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 6 Apr 2026 16:02:30 -0400 Subject: [PATCH] lanzaboote: pin to fork with pcrlock reinstall fix Upstream PR: https://github.com/nix-community/lanzaboote/pull/566 --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 906bf46..b4c21ce 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 56319ee..74906d6 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };