From 72ad0863050e5ecb230bbe7d9aa1ac574f7622f6 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 30 Jul 2024 10:09:19 -0500 Subject: [PATCH] Use newer mold after nix flake update --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 0bc2126..863c7dd 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/nix/store/ilpj5jgcdjwk11qv69yxvpn97h8i15zi-mold-2.31.0/bin/mold"] +rustflags = ["-C", "link-arg=-fuse-ld=/nix/store/46n1qljc0drdz4r2k9smxxb8kl79di25-mold-2.32.1/bin/mold"]