From a72724ff1e3bb3484464f8778830e7dcaad244ed Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Wed, 28 Aug 2024 15:37:28 +0200 Subject: [PATCH] flake: Let lanzaboote follow rust-overlay --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 10c4777..1a3b0f2 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ lanzaboote = { url = "github:nix-community/lanzaboote"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.rust-overlay.follows = "rust-overlay"; }; colmena = {