From 5e09f5d8cc0b6611c820dd10478ee0295b00fdc6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 14 Jun 2026 00:34:28 +0200 Subject: inputs.nix: Switch to lanzaboote master The released version is already quite behind and currently doesn't build anymore, because the `bootspec.enable` option, used in the nix module, was removed from unstable. --- inputs.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inputs.nix') diff --git a/inputs.nix b/inputs.nix index 4485d8e2..d71e6e89 100644 --- a/inputs.nix +++ b/inputs.nix @@ -1,6 +1,5 @@ let nixpkgsVersion = "26.05"; - lanzabooteVersion = "v1.0.0"; in { "agenix" = { url = "github:ryantm/agenix/main"; @@ -18,7 +17,7 @@ in { url = "github:nix-community/impermanence/master"; }; "lanzaboote" = { - url = "github:nix-community/lanzaboote/${lanzabooteVersion}"; + url = "github:nix-community/lanzaboote/master"; }; "library" = { url = "git+https://git.foss-syndicate.org/vhack.eu/nix-library?ref=prime"; -- cgit v1.3.1