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 91
91
callFlake = import flake-compat ;
92
92
93
93
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 ;
95
96
defaultCompiler = "ghc967" ;
96
97
config = import ./config.nix ;
97
98
110
111
systems = [
111
112
"x86_64-linux"
112
113
] ++ ( 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"
116
116
] ) ;
117
117
118
118
nixpkgsArgs = {
297
297
hydraJobs . nix-tools = pkgs . releaseTools . aggregate {
298
298
name = "nix-tools" ;
299
299
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"
305
304
] ) ++ [
306
305
"x86_64-linux.nix-tools.static.zipped.nix-tools-static"
307
306
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64"
You can’t perform that action at this time.
0 commit comments