add missing RUST_SRC_PATH

pull/1294/head
David Barroso 2 years ago
parent 3d693634b5
commit 1ce671528e

@ -46,6 +46,8 @@
in
{
devShell = pkgs.mkShell {
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
buildInputs = with pkgs; [
cargo
rustc

Loading…
Cancel
Save