diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-29 18:36:49 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-29 18:36:49 +0100 |
commit | dca18a068bcabdc69294f7f2d7b410ad3a43540a (patch) | |
tree | d1b53ff9ac4be5fc7c3d7f1d2e88102adbc66a49 /flake.nix | |
parent | fix(modules/lf/ctpv/prev/archiver): Remove `arc` (diff) | |
download | nixos-config-dca18a068bcabdc69294f7f2d7b410ad3a43540a.zip |
build(flake): Switch to lanzaboote v0.4.2
The 0.4.1 version has problems parsing a systemd file
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index 59efc128..7a4473cf 100644 --- a/flake.nix +++ b/flake.nix @@ -194,8 +194,7 @@ }; }; lanzaboote = { - # TODO: Subscribe to their update feed. <2024-12-18> - url = "github:nix-community/lanzaboote/v0.4.1"; + url = "github:nix-community/lanzaboote/v0.4.2"; inputs = { nixpkgs.follows = "nixpkgs-stable"; flake-compat.follows = "flake-compat"; |