From 381ac82222c0ff7f5467a58951d49267bcdc89ee Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 31 Aug 2022 09:17:12 -0700 Subject: Add more useful things to shell.nix. --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell.nix') 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 { -- cgit v1.2.3