Skip to content

Commit a58e289

Browse files
committed
Remove 'x86_64-darwin' from CI
1 parent 2170c36 commit a58e289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
let
55
native-reflex-platform = reflex-platform-fun { __useNewerCompiler = true; };
66
inherit (native-reflex-platform.nixpkgs) lib;
7-
systems = ["x86_64-linux" "x86_64-darwin"];
7+
systems = ["x86_64-linux"];
88

99
perPlatform = lib.genAttrs systems (system: let
1010
reflex-platform = reflex-platform-fun { inherit system; __useNewerCompiler = true; };

0 commit comments

Comments
 (0)