From 0414372143656cb32914ed345d2b692529b0fd37 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 17 Nov 2025 19:51:11 +0100 Subject: [PATCH] Unpin lanzaboote --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1be032e..4df68e4 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; lanzaboote = { - url = "github:nix-community/lanzaboote/v0.4.2"; + url = "github:nix-community/lanzaboote"; inputs.nixpkgs.follows = "nixpkgs"; }; determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";