aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-08-31 09:17:12 -0700
committerJohn MacFarlane <[email protected]>2022-08-31 09:17:12 -0700
commit381ac82222c0ff7f5467a58951d49267bcdc89ee (patch)
tree8831731b707b6e6bc13c8c52d9c5ce9cc2ff79ff /shell.nix
parent3aea194f92a9f4e7c437902e2ce525fde894b142 (diff)
Add more useful things to shell.nix.
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index a078d991a..04f468553 100644
--- a/shell.nix
+++ b/shell.nix
@@ -100,8 +100,11 @@ let
ghc
pkgs.gdb
haskellPackages.ghcid
+ haskellPackages.haskell-language-server
haskellPackages.cabal2nix
haskellPackages.cabal-install
+ haskellPackages.hlint
+ haskellPackages.stylish-haskell
];
in
pkgs.stdenv.mkDerivation {