Skip to content

Commit 876a34c

Browse files
bbjubjub2494aldoborrero
authored andcommitted
nimbus: drop darwin support
1 parent d4d592e commit 876a34c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/nimbus/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
fetchFromGitHub,
44
pkgs,
55
targets ? ["nimbus_beacon_node" "nimbus_validator_client"],
6+
stableSystems ? ["x86_64-linux" "aarch64-linux"],
67
}: let
78
version = "24.12.0";
89
src = applyPatches {
@@ -16,4 +17,4 @@
1617
patches = [./fix-hash.patch];
1718
};
1819
in
19-
import "${src}/nix" {inherit pkgs targets;}
20+
import "${src}/nix" {inherit pkgs targets stableSystems;}

0 commit comments

Comments
 (0)