chore: remove mold and clang

This commit is contained in:
Muhammad Nauman Raza 2024-03-22 15:49:49 +00:00
parent f7a94ac9e1
commit c46f417ecd
Signed by: devraza
GPG key ID: 91EAD6081011574B
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 {
buildInputs = with pkgs; [
(with toolchain; [ cargo rustc rust-src clippy rustfmt ])
mold clang
];
# Specify the rust-src path (many editors rely on this)