Removed unnecesary dependency
Signed-off-by: vanten-s <vanten-s@vanten-s.com>
This commit is contained in:
parent
0b019e3da4
commit
07cfb1d03f
|
@ -24,7 +24,6 @@ in pkgs.mkShell rec {
|
|||
LIBCLANG_PATH = pkgs.lib.makeLibraryPath [ pkgs.llvmPackages_latest.libclang.lib ];
|
||||
shellHook = ''
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue