polponline
HOBBYOP
2 years ago
This is more of a nixpacks question, but how do i use mold as the Rust linker in my project, currently linking takes ages
11 Replies
2 years ago
Might be best to do this with a Dockerfile, but tagging in @salvage since he's the rust expert
I get that i can install mold just by adding it in packages, but where is the binary installed in the container, in a normal distro i would find it in /usr/bin/mold
2 years ago
I would assume it would be available in PATH so you wouldn't need to use the absolute path to the binary
2 years ago
you have a typo
tried both mold-wrapper and mold-wrapper and it didn't work, now i tried regular mold and it worked, thanks!
2 years ago
well its mold-wrapped but glad you solved it


