Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 38c0f1c

Browse files
committed
Restore shell tools
Note that more recent versions of hls and hlint do not work on GHC 8.10.7.
1 parent 9a0747a commit 38c0f1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
"https://input-output-hk.github.io/cardano-haskell-packages" = CHaP;
4141
};
4242

43+
shell.tools = {
44+
cabal.version = "latest";
45+
hlint.version = "3.4.1";
46+
haskell-language-server.version = "1.8.0.0";
47+
};
48+
4349
modules = [
4450
{
4551
packages = {

0 commit comments

Comments
 (0)