mirror of
https://github.com/srid/haskell-flake.git
synced 2024-11-20 13:53:11 +03:00
example: Disable hlsCheck entirely
Seems like recently darwin builds no longer use sandbox.
This commit is contained in:
parent
83aaf3c3a4
commit
66dcee2bfb
@ -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
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user