chore: remove mold and clang

This commit is contained in:
Muhammad Nauman Raza 2024-03-22 15:49:49 +00:00
parent b942c4380a
commit 47fbbd0824
2 changed files with 0 additions and 4 deletions

View file

@ -1,3 +0,0 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=--ld-path=mold"]

View file

@ -44,7 +44,6 @@
devShells.default = pkgs.mkShell rec { devShells.default = pkgs.mkShell rec {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
(with toolchain; [ cargo rustc rust-src clippy rustfmt ]) (with toolchain; [ cargo rustc rust-src clippy rustfmt ])
mold clang
]; ];
# Specify the rust-src path (many editors rely on this) # Specify the rust-src path (many editors rely on this)