diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-14 00:34:28 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-14 00:34:28 +0200 |
| commit | 5e09f5d8cc0b6611c820dd10478ee0295b00fdc6 (patch) | |
| tree | 9e4581a4b03d1390fc6f76542aa921b2cdac10d9 /inputs.nix | |
| parent | modules/cargo: Move the shared-target to `.cache` (diff) | |
| download | nixos-config-5e09f5d8cc0b6611c820dd10478ee0295b00fdc6.zip | |
inputs.nix: Switch to lanzaboote master
The released version is already quite behind and currently doesn't build
anymore, because the `bootspec.enable` option, used in the nix module,
was removed from unstable.
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"; |
