aboutsummaryrefslogtreecommitdiffstats
path: root/inputs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'inputs.nix')
-rw-r--r--inputs.nix3
1 files changed, 1 insertions, 2 deletions
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";