diff --git a/.cargo/config.toml b/.cargo/config.toml index c82c593..7af97f1 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [target.x86_64-unknown-linux-gnu] -#rustflags = ["-C", "link-arg=-fuse-ld=mold"] +rustflags = ["-C", "link-arg=-fuse-ld=mold"] diff --git a/flake.nix b/flake.nix index 2b6a1be..90abedc 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ pkgs.postgresql pkgs.diesel-cli pkgs.cargo-watch - pkgs.mold + pkgs.mold-wrapped ]; shellHook = ''