File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 9191 callFlake = import flake-compat ;
9292
9393 ifdLevel = 3 ;
94- runningHydraEvalTest = false ;
94+ # TODO set this to false when the macOS builders for ci.zw3rk.com are back online
95+ runningHydraEvalTest = true ;
9596 defaultCompiler = "ghc967" ;
9697 config = import ./config.nix ;
9798
110111 systems = [
111112 "x86_64-linux"
112113 ] ++ ( if runningHydraEvalTest then [ ] else [
113- # TODO put these back when the macOS builders for ci.zw3rk.com are back online
114- # "x86_64-darwin"
115- # "aarch64-darwin"
114+ "x86_64-darwin"
115+ "aarch64-darwin"
116116 ] ) ;
117117
118118 nixpkgsArgs = {
297297 hydraJobs . nix-tools = pkgs . releaseTools . aggregate {
298298 name = "nix-tools" ;
299299 constituents = ( if runningHydraEvalTest then [ ] else [
300- # TODO put these back when the macOS builders for ci.zw3rk.com are back online
301- # "aarch64-darwin.nix-tools.static.zipped.nix-tools-static"
302- # "x86_64-darwin.nix-tools.static.zipped.nix-tools-static"
303- # "aarch64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
304- # "x86_64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
300+ "aarch64-darwin.nix-tools.static.zipped.nix-tools-static"
301+ "x86_64-darwin.nix-tools.static.zipped.nix-tools-static"
302+ "aarch64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
303+ "x86_64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
305304 ] ) ++ [
306305 "x86_64-linux.nix-tools.static.zipped.nix-tools-static"
307306 "x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64"
You can’t perform that action at this time.
0 commit comments