From 357b9fafdaf2262f18726cca7ad1c35484c5226f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 27 Mar 2022 16:47:10 -0400 Subject: [PATCH] Check HLS in Hercules CI --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 067c169..d0c5530 100644 --- a/flake.nix +++ b/flake.nix @@ -92,6 +92,7 @@ format-haskell = inputs.lint-utils.linters.${system}.${haskellFormatter} ./.; format-cabal = inputs.lint-utils.linters.${system}.cabal-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