Skip to content

Commit ee16bf8

Browse files
mitchmindtreealdoborrero
authored andcommitted
feat: Enable aarch64-darwin, aarch64-linux support for reth
reth has supported building for ARM platforms since at least 1.1.4, which precedes the current version we have pinned (1.2.0).
1 parent 0f54517 commit ee16bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/re/reth/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
3939
homepage = "https://github.com/paradigmxyz/reth";
4040
license = with licenses; [mit asl20];
4141
mainProgram = "reth";
42-
platforms = ["aarch64-linux" "x86_64-linux"];
42+
platforms = platforms.unix;
4343
};
4444
}

0 commit comments

Comments
 (0)