Skip to content

Commit

Permalink
build(pkgs/geth): Enable on x86_64-darwin and aarch64-darwin plat…
Browse files Browse the repository at this point in the history
…forms
  • Loading branch information
PetarKirov committed Jan 18, 2024
1 parent 6c710f5 commit 6381f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clients/execution/geth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ in
homepage = "https://geth.ethereum.org/";
license = with licenses; [lgpl3Plus gpl3Plus];
mainProgram = "geth";
platforms = ["x86_64-linux" "aarch64-linux"];
platforms = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];
};
}

0 comments on commit 6381f10

Please sign in to comment.