mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
add missing RUST_SRC_PATH
This commit is contained in:
parent
3d693634b5
commit
1ce671528e
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
|||
in
|
||||
{
|
||||
devShell = pkgs.mkShell {
|
||||
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
|
|
Loading…
Reference in a new issue