summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-07-25 20:56:30 -0600
committerAlejandro Soto <alejandro@34project.org>2025-07-25 20:56:54 -0600
commitc2208494ae9a2dedc3bc7d88c2fa7c4f4e766814 (patch)
tree1dbc2df51127b55db19c63f7e1039ac52a775284
parentef624577d24400015be8f4472191273e7169b590 (diff)
flake: update lanzaboote
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index f7ce486..76edae2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,11 +20,10 @@
flake-utils.url = "github:numtide/flake-utils";
lanzaboote = {
- url = "github:nix-community/lanzaboote/v0.4.1";
+ url = "github:nix-community/lanzaboote";
inputs = {
nixpkgs.follows = "nixpkgs";
- flake-utils.follows = "flake-utils";
pre-commit-hooks-nix.follows = "";
};
};