daml/nix/system.nix
Moritz Kiefer 3bcfaa7dcb
Support building via rosetta (#12910)
* Support building via rosetta

Not as nice as a native build but seems useful enough until we have
that working.

changelog_begin
changelog_end

* .

changelog_begin
changelog_end

* .

changelog_begin
changelog_end

* .

changelog_begin
changelog_end
2022-02-14 19:06:17 +01:00

2 lines
95 B
Nix

if builtins.currentSystem == "aarch64-darwin" then "x86_64-darwin" else builtins.currentSystem