We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83aaf3c commit 66dcee2Copy full SHA for 66dcee2
example/flake.nix
@@ -46,7 +46,8 @@
46
# Default programs can be disabled by setting to 'null'
47
# tools = hp: { fourmolu = hp.fourmolu; ghcid = null; };
48
49
- hlsCheck.enable = pkgs.stdenv.isDarwin; # On darwin, sandbox is disabled, so HLS can use the network.
+ # Check that haskell-language-server works
50
+ # hlsCheck.enable = true; # Requires sandbox to be disabled
51
};
52
53
0 commit comments