Check HLS in Hercules CI
This commit is contained in:
parent
003e223b6b
commit
357b9fafda
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
||||||
format-haskell = inputs.lint-utils.linters.${system}.${haskellFormatter} ./.;
|
format-haskell = inputs.lint-utils.linters.${system}.${haskellFormatter} ./.;
|
||||||
format-cabal = inputs.lint-utils.linters.${system}.cabal-fmt ./.;
|
format-cabal = inputs.lint-utils.linters.${system}.cabal-fmt ./.;
|
||||||
format-nix = inputs.lint-utils.linters.${system}.nixpkgs-fmt ./.;
|
format-nix = inputs.lint-utils.linters.${system}.nixpkgs-fmt ./.;
|
||||||
|
hls = checkedShellScript "hls" "${hp.haskell-language-server}/bin/haskell-language-server";
|
||||||
};
|
};
|
||||||
|
|
||||||
# We need this hack because `nix flake check` won't work for Haskell
|
# We need this hack because `nix flake check` won't work for Haskell
|
||||||
|
|
Loading…
Reference in a new issue