Pin lanzaboote version to fix upstream issue

See: https://github.com/nix-community/lanzaboote/issues/518
This commit is contained in:
2025-12-08 22:20:37 -05:00
parent e22558ac06
commit 66b9c6472e
2 changed files with 6 additions and 4 deletions

7
flake.lock generated
View File

@@ -293,16 +293,17 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1765062926, "lastModified": 1764622702,
"narHash": "sha256-p0DkyfrMae/6SVPCb/XY5f9fOFc+fwtOCteRqD297QE=", "narHash": "sha256-HggOVvg2U3EwT44wPHEwFKromf9qR9rTqfV1i3q7rYs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "lanzaboote", "repo": "lanzaboote",
"rev": "4f5fc14c175cd0574ca0f4c5a05fae63758f0c47", "rev": "6242b3b2b5e5afcf329027ed4eb5fa6e2eab10f1",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "lanzaboote", "repo": "lanzaboote",
"rev": "6242b3b2b5e5afcf329027ed4eb5fa6e2eab10f1",
"type": "github" "type": "github"
} }
}, },

View File

@@ -5,7 +5,8 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
lanzaboote = { lanzaboote = {
url = "github:nix-community/lanzaboote"; # Pin to commit to fix: https://github.com/nix-community/lanzaboote/issues/518
url = "github:nix-community/lanzaboote/6242b3b2b5e5afcf329027ed4eb5fa6e2eab10f1";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };