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)