From 07cfb1d03f352774c3963064303e039ca61b05b9 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Tue, 26 Mar 2024 16:33:24 +0100 Subject: [PATCH] Removed unnecesary dependency Signed-off-by: vanten-s --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 183fa46..27bbc42 100644 --- a/shell.nix +++ b/shell.nix @@ -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