build: replace mold with the wild linker

This commit is contained in:
Amaan Qureshi 2026-06-15 21:53:46 -04:00
commit b42e6f4af9
No known key found for this signature in database
GPG key ID: 2171751AD2A2739A
8 changed files with 53 additions and 66 deletions

View file

@ -2,7 +2,7 @@
mkShell,
cargo,
rustc,
mold,
wild,
clang,
rust-analyzer,
rustfmt,
@ -16,7 +16,7 @@ mkShell {
nativeBuildInputs = [
cargo
rustc
mold
wild
clang
rust-analyzer