Skip to content

Commit 71fcc9f

Browse files
authored
Enable macOS builds on CI again (#2430)
1 parent 70e0572 commit 71fcc9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
callFlake = import flake-compat;
9292

9393
ifdLevel = 3;
94-
# TODO set this to false when the macOS builders for ci.zw3rk.com are back online
95-
runningHydraEvalTest = true;
94+
runningHydraEvalTest = false;
9695
defaultCompiler = "ghc967";
9796
config = import ./config.nix;
9897

0 commit comments

Comments
 (0)