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 9f1ec2f commit b1cf993Copy full SHA for b1cf993
pkgs/foundry/default.nix
@@ -69,6 +69,6 @@ rustPlatform.buildRustPackage rec {
69
# For now, solc binaries are only built for x86_64.
70
# Track darwin-aarch64 here:
71
# https://github.com/ethereum/solidity/issues/12291
72
- platforms = ["x86_64-linux" "x86_64-darwin"];
+ platforms = ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"];
73
};
74
}
0 commit comments