diff options
| -rw-r--r-- | inputs.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"; |
