rust-src-path

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-06-09 09:41:30 -04:00
parent b0b5552290
commit 5c4ac7fe78
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@
pkgs.mkShell { pkgs.mkShell {
buildInputs = with pkgs; [ rustc cargo rust-analyzer rustfmt pkg-config dbus ]; buildInputs = with pkgs; [ rustc cargo rust-analyzer rustfmt pkg-config dbus ];
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustcSrc}";
} }