LovelaceAcademy / nix-templates

Minimal reproducible nix flake templates
MIT License
14 stars 2 forks source link

find out the hlint version for hix #205

Closed github-actions[bot] closed 11 months ago

github-actions[bot] commented 1 year ago

shell.tools.hlint \= "latest";

shell.tools.haskell-language-server \= "latest";

https://api.github.com/LovelaceAcademy/nix-templates/blob/b87ff7a01cc62326aa0496adedbe1a3fdbb0513b/hix-plutus/nix/hix.nix#L19


  # Tools to include in the development shell
  shell.tools.cabal = "latest";
  # FIXME find out the hlint version for hix
  # shell.tools.hlint = "latest";
  # FIXME haskell-language-server not building with ghc8107
  # shell.tools.haskell-language-server = "2.0.0.0";
}
github-actions[bot] commented 11 months ago

Closed in c399739d1aeaa1ace1b8759d9c32b4b56c1b66b9