lol

release-cross: add x86_64-cygwin

+6
+6
pkgs/top-level/release-cross.nix
··· 112 112 windows.pthreads = nativePlatforms; 113 113 }; 114 114 115 + cygwinCommon = { 116 + hello = nativePlatforms; 117 + }; 118 + 115 119 wasiCommon = { 116 120 gmp = nativePlatforms; 117 121 boehmgc = nativePlatforms; ··· 205 209 206 210 # Test some cross builds on 64 bit mingw-w64 207 211 crossMingwW64 = mapTestOnCross systems.examples.mingwW64 windowsCommon; 212 + 213 + x86_64-cygwin = mapTestOnCross systems.examples.x86_64-cygwin cygwinCommon; 208 214 209 215 # Linux on mipsel 210 216 fuloongminipc = mapTestOnCross systems.examples.fuloongminipc linuxCommon;