Skip to content

Commit b1cf993

Browse files
committed
foundry: Enable on aarch64-darwin
1 parent 9f1ec2f commit b1cf993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/foundry/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ rustPlatform.buildRustPackage rec {
6969
# For now, solc binaries are only built for x86_64.
7070
# Track darwin-aarch64 here:
7171
# https://github.com/ethereum/solidity/issues/12291
72-
platforms = ["x86_64-linux" "x86_64-darwin"];
72+
platforms = ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"];
7373
};
7474
}

0 commit comments

Comments
 (0)