fix: removed ghc-support for old versions of haskell-language-server
All checks were successful
ci / nix-fmt (push) Successful in 1m26s
All checks were successful
ci / nix-fmt (push) Successful in 1m26s
This commit is contained in:
parent
87c04d870d
commit
eaf3ab0640
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue