Added all dependencies
This commit is contained in:
parent
97cd6cdd98
commit
0b019e3da4
|
@ -26,6 +26,7 @@ in pkgs.mkShell rec {
|
|||
rustup default nightly
|
||||
rustup component add llvm-tools-preview
|
||||
rustup component add rust-analyzer
|
||||
rustup component add rust-src
|
||||
rustup target add x86_64-unknown-none
|
||||
export PATH=$PATH:''${CARGO_HOME:-~/.cargo}/bin
|
||||
export PATH=$PATH:''${RUSTUP_HOME:-~/.rustup}/toolchains/nightly-x86_64-unknown-linux-gnu/bin/
|
||||
|
|
Loading…
Reference in a new issue