macOS `cargo-watch` fails to build (bin/run broken)
srid opened this issue · 4 comments
srid commented
srid commented
Works in rosetta though (--option system x86_64-darwin
).
schickling commented
Works in rosetta though (
--option system x86_64-darwin
).
@srid can this be configured via a Nix flake as well?
srid commented
nix develop --option system x86_64-darwin
should work; is that what you mean?
The proper way for this workaround, however, probably is to change this:
Line 26 in d2187b8
to use the rosetta package, so that rosetta is used only for cargo-watch. cf. hercules-ci/flake-parts#50 (comment)