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