Removed unnecesary dependency

This commit is contained in:
vanten-s 2024-03-26 16:33:24 +01:00
parent a95ab661ad
commit f1f8b2a1c2

View file

@ -24,7 +24,6 @@ in pkgs.mkShell rec {
LIBCLANG_PATH = pkgs.lib.makeLibraryPath [ pkgs.llvmPackages_latest.libclang.lib ]; LIBCLANG_PATH = pkgs.lib.makeLibraryPath [ pkgs.llvmPackages_latest.libclang.lib ];
shellHook = '' shellHook = ''
rustup default nightly rustup default nightly
rustup component add llvm-tools-preview
rustup component add rust-analyzer rustup component add rust-analyzer
rustup component add rust-src rustup component add rust-src
rustup target add x86_64-unknown-none rustup target add x86_64-unknown-none