File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 297
297
hydraJobs . nix-tools = pkgs . releaseTools . aggregate {
298
298
name = "nix-tools" ;
299
299
constituents = ( if runningHydraEvalTest then [ ] else [
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"
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"
304
305
] ) ++ [
305
306
"x86_64-linux.nix-tools.static.zipped.nix-tools-static"
306
307
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64"
You can’t perform that action at this time.
0 commit comments