# 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";
}
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