Skip to content

Commit

Permalink
disable hls
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Mar 22, 2024
1 parent 2dde364 commit 1e6a90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ ihpFlake:
then ghcCompiler.ghc.withHoogle
else ghcCompiler.ghc.withPackages) cfg.haskellPackages;

languages.haskell.languageServer = ghcCompiler.haskell-language-server;
languages.haskell.languageServer = null;
languages.haskell.stack = null; # Stack is not used in IHP

scripts.start.exec = ''
Expand Down

0 comments on commit 1e6a90d

Please sign in to comment.