tweag / opam-nix

Turn opam-based OCaml projects into Nix derivations
MIT License
109 stars 32 forks source link

hostPlatform.arch: treat all aarch64 as arm64 #87

Closed actionshrimp closed 4 months ago

actionshrimp commented 5 months ago

If using the nix-darwin linux-builder (which is aarch64-linux), isDarwin is false, but the processor is still aarch64, and we want the build arch to be arm64 in this case too.

balsoft commented 4 months ago

Thanks!