From e5b3b1d6775c9f1f26c8ce01e6913dfeece791bb Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 30 Mar 2021 16:28:37 +0000 Subject: [PATCH] nix: flake: remove unused 'RUST_SRC_PATH' --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 330d2ff..b354bcb 100644 --- a/flake.nix +++ b/flake.nix @@ -51,8 +51,6 @@ rustNightly rustfmt ]; - - RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc; }; }); }