Remove ghcid from devshell

This commit is contained in:
Kiana Sheibani 2022-01-11 23:41:18 -05:00
parent 3b56e44971
commit f20b5a972b
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
flake-profile-1-link
flake-profile-2-link

View file

@ -0,0 +1 @@
/nix/store/4101gk8ld9z4n2yrcpb07y3p9dsf6za4-nix-shell-env

View file

@ -43,7 +43,7 @@
devShell = pkgs.mkShell {
buildInputs = with haskellPackages; [
ghcid
ghc
cabal-install
hlint
pkgs.haskell-language-server