diff --git a/flake.nix b/flake.nix index 70bbb019d..12fe9b1a4 100644 --- a/flake.nix +++ b/flake.nix @@ -459,7 +459,7 @@ # Workaround for HLS in haskell.nix. Ref: # https://github.com/input-output-hk/haskell.nix/issues/1981#issuecomment-1594278049 - haskell-language-server.src = pkgs.haskell-nix.sources."hls-2.0"; + haskell-language-server.src = pkgs.haskell-nix.sources."hls-2.2"; implicit-hie = "latest";