switch to using mold in dev env

This commit is contained in:
Chris Cochrun 2025-09-09 09:26:50 -05:00
parent 64a9937776
commit f6ebbe7391

View file

@ -74,7 +74,7 @@
in rec
{
devShell = pkgs.mkShell.override {
# stdenv = pkgs.stdenvAdapters.useMoldLinker pkgs.clangStdenv;
stdenv = pkgs.stdenvAdapters.useMoldLinker pkgs.clangStdenv;
} {
nativeBuildInputs = nbi;
buildInputs = bi;