Remove ghcid from devshell
This commit is contained in:
parent
3b56e44971
commit
f20b5a972b
3 changed files with 3 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
flake-profile-1-link
|
flake-profile-2-link
|
||||||
1
.direnv/flake-profile-2-link
Symbolic link
1
.direnv/flake-profile-2-link
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/nix/store/4101gk8ld9z4n2yrcpb07y3p9dsf6za4-nix-shell-env
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
buildInputs = with haskellPackages; [
|
buildInputs = with haskellPackages; [
|
||||||
ghcid
|
ghc
|
||||||
cabal-install
|
cabal-install
|
||||||
hlint
|
hlint
|
||||||
pkgs.haskell-language-server
|
pkgs.haskell-language-server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue