I have a feeling the answer to this will be a resounding no, but is there any way to cross compile (or emulate) aarch64-darwin
on x86_64-darwin
?
I have a single Nix configuration for my two laptops: personal is Intel and work is ARM. I’d like to be able to run nix flake check
on my Intel laptop or on CI, for example, without needing to use a Mac with an M1. Is this even possible? I think the answer is no, but I wanted to double check before giving up on CI for at least that portion of my configuration.