From 47fbbd082463062bcc63c2225485172e7269c38d Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 22 Mar 2024 15:49:49 +0000 Subject: [PATCH] chore: remove mold and clang --- .cargo/config.toml | 3 --- flake.nix | 1 - 2 files changed, 4 deletions(-) delete mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 737a52c..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=--ld-path=mold"] diff --git a/flake.nix b/flake.nix index 675a5eb..9a951de 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,6 @@ devShells.default = pkgs.mkShell rec { buildInputs = with pkgs; [ (with toolchain; [ cargo rustc rust-src clippy rustfmt ]) - mold clang ]; # Specify the rust-src path (many editors rely on this)