From 13683101287ff29ef8ed6454e2e271735aa40a60 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 2 Nov 2025 23:09:07 +0100 Subject: work around https://github.com/nix-community/lanzaboote/issues/485 --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8104366..c55b79e 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,7 @@ lanzaboote = { url = "github:nix-community/lanzaboote?ref=v0.4.2"; inputs.nixpkgs.follows = "nixpkgs-unstable"; + inputs.rust-overlay.url = "github:oxalica/rust-overlay"; }; authentik-nix = { -- cgit v1.3.1