Skip to content

Commit bc80465

Browse files
PetarKirovgalin-s
authored andcommitted
foundry: Enable on aarch64-darwin
1 parent 3f39c2e commit bc80465

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
@@ -70,6 +70,6 @@ rustPlatform.buildRustPackage rec {
7070
# For now, solc binaries are only built for x86_64.
7171
# Track darwin-aarch64 here:
7272
# https://github.com/ethereum/solidity/issues/12291
73-
platforms = ["x86_64-linux" "x86_64-darwin"];
73+
platforms = ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"];
7474
};
7575
}

0 commit comments

Comments
 (0)