add missing RUST_SRC_PATH

This commit is contained in:
David Barroso 2022-12-10 13:57:26 +01:00
parent 3d693634b5
commit 1ce671528e
1 changed files with 2 additions and 0 deletions

View File

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