From 541275acae8ddb7850fed562a20e61b0337ed5f2 Mon Sep 17 00:00:00 2001 From: Julian Stecklina Date: Sat, 26 Nov 2022 00:40:27 +0100 Subject: [PATCH] nix: drop the stable Rust toolchain from the environment ... otherwise it messes with the unstable one we use for the UEFI code. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7386e97..a3d9987 100644 --- a/flake.nix +++ b/flake.nix @@ -157,7 +157,6 @@ ]; inputsFrom = [ - lanzatoolBin lanzaboote ]; };