mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-20 00:56:02 +00:00
When building x86_64-darwin emulated via Rosetta on aarch64-darwin, all tests would fail with > Illegal instruction: 4 this resolves that by never using Jemalloc on Darwin, since even though `isAarch64` is false, it might “really” be aarch64-darwin.