Skip to content

Commit 66dcee2

Browse files
committed
example: Disable hlsCheck entirely
Seems like recently darwin builds no longer use sandbox.
1 parent 83aaf3c commit 66dcee2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
# Default programs can be disabled by setting to 'null'
4747
# tools = hp: { fourmolu = hp.fourmolu; ghcid = null; };
4848

49-
hlsCheck.enable = pkgs.stdenv.isDarwin; # On darwin, sandbox is disabled, so HLS can use the network.
49+
# Check that haskell-language-server works
50+
# hlsCheck.enable = true; # Requires sandbox to be disabled
5051
};
5152
};
5253

0 commit comments

Comments
 (0)