From 67fbd386cac1ebdafa834ecbf475dba9da61ec09 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 23 Jun 2026 00:07:24 +0200 Subject: inputs.nix: Switch back to versioned lanzaboote releases --- inputs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inputs.nix') diff --git a/inputs.nix b/inputs.nix index d71e6e89..ccf2e2af 100644 --- a/inputs.nix +++ b/inputs.nix @@ -1,5 +1,6 @@ let nixpkgsVersion = "26.05"; + lanzabooteVersion = "v1.1.0"; in { "agenix" = { url = "github:ryantm/agenix/main"; @@ -17,7 +18,7 @@ in { url = "github:nix-community/impermanence/master"; }; "lanzaboote" = { - url = "github:nix-community/lanzaboote/master"; + url = "github:nix-community/lanzaboote/${lanzabooteVersion}"; }; "library" = { url = "git+https://git.foss-syndicate.org/vhack.eu/nix-library?ref=prime"; -- cgit v1.3.1