From f1f8b2a1c2f1973e412cf584e58134db08b001a4 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Tue, 26 Mar 2024 16:33:24 +0100 Subject: [PATCH] Removed unnecesary dependency --- 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