Skip to content

Commit 8c24ad4

Browse files
committed
foundry: Enable on aarch64-darwin
1 parent ef5f6c8 commit 8c24ad4

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
@@ -76,6 +76,6 @@ rustPlatform.buildRustPackage rec {
7676
# For now, solc binaries are only built for x86_64.
7777
# Track darwin-aarch64 here:
7878
# https://github.com/ethereum/solidity/issues/12291
79-
platforms = ["x86_64-linux" "x86_64-darwin"];
79+
platforms = ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"];
8080
};
8181
}

0 commit comments

Comments
 (0)