Open srid opened 2 years ago
Because this check requires disabling the Nix sandbox for it to work, I think we should disable the enableHLSCheck
option by default.
This fails on Hercules CI, understandably: https://hercules-ci.com/github/srid/haskell-template/jobs/100
So, I'd have to hlsCheck.enable = false;
and add a Hercules CI effect that runs the HLS check. For this to be doable, however, haskell-flake
has to expose the check derivation itself in some form, like config.haskellProjects.default.hlsCheck.drv
.
EDIT: n/m it won't work
The check works on my local machine but not on Github Actions runner or Garnix CI.
https://github.com/srid/haskell-template/runs/8060856223?check_suite_focus=true
Very strange.