We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aarch64-darwin
1 parent 3f39c2e commit bc80465Copy full SHA for bc80465
pkgs/foundry/default.nix
@@ -70,6 +70,6 @@ rustPlatform.buildRustPackage rec {
70
# For now, solc binaries are only built for x86_64.
71
# Track darwin-aarch64 here:
72
# https://github.com/ethereum/solidity/issues/12291
73
- platforms = ["x86_64-linux" "x86_64-darwin"];
+ platforms = ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"];
74
};
75
}
0 commit comments