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