example: Disable hlsCheck entirely

Seems like recently darwin builds no longer use sandbox.
This commit is contained in:
Sridhar Ratnakumar 2024-08-25 12:44:26 -04:00 committed by Sridhar Ratnakumar
parent 83aaf3c3a4
commit 66dcee2bfb

View File

@ -46,7 +46,8 @@
# Default programs can be disabled by setting to 'null'
# tools = hp: { fourmolu = hp.fourmolu; ghcid = null; };
hlsCheck.enable = pkgs.stdenv.isDarwin; # On darwin, sandbox is disabled, so HLS can use the network.
# Check that haskell-language-server works
# hlsCheck.enable = true; # Requires sandbox to be disabled
};
};