chore: remove mold and clang
This commit is contained in:
parent
f7a94ac9e1
commit
c46f417ecd
2 changed files with 0 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
|||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=--ld-path=mold"]
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue