Skip to content

Commit 6123144

Browse files
committed
Drop Cygwin and Solaris builds
1 parent 1dacd42 commit 6123144

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
@@ -6,7 +6,7 @@ let
66

77
pkgs = import <nixpkgs> {};
88

9-
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "x86_64-freebsd" "i686-freebsd" "i686-cygwin" "i686-solaris" ];
9+
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "x86_64-freebsd" "i686-freebsd" ];
1010

1111

1212
jobs = rec {

0 commit comments

Comments
 (0)