fix: removed ghc-support for old versions of haskell-language-server
All checks were successful
ci / nix-fmt (push) Successful in 1m26s

This commit is contained in:
Ceferino Patino 2025-11-27 13:44:34 -06:00
commit eaf3ab0640
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -2,7 +2,6 @@
config,
lib,
namespace,
pkgs,
...
} @ inputs: let
inherit (lib) mkIf mkEnableOption;
@ -32,7 +31,6 @@ in {
hls = {
enable = true;
installGhc = false;
package = pkgs.haskell-language-server.override {supportedGhcVersions = ["98" "910"];};
};
jdtls.enable = true;
lua_ls.enable = true;