diff options
| author | John MacFarlane <[email protected]> | 2022-08-31 09:17:12 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-31 09:17:12 -0700 |
| commit | 381ac82222c0ff7f5467a58951d49267bcdc89ee (patch) | |
| tree | 8831731b707b6e6bc13c8c52d9c5ce9cc2ff79ff /shell.nix | |
| parent | 3aea194f92a9f4e7c437902e2ce525fde894b142 (diff) | |
Add more useful things to shell.nix.
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |
