From f20b5a972b75ef7630588bc7534667ff302642cc Mon Sep 17 00:00:00 2001 From: kiana-S Date: Tue, 11 Jan 2022 23:41:18 -0500 Subject: [PATCH] Remove ghcid from devshell --- .direnv/flake-profile | 2 +- .direnv/flake-profile-2-link | 1 + flake.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 .direnv/flake-profile-2-link diff --git a/.direnv/flake-profile b/.direnv/flake-profile index 0c05709..c7ae5b7 120000 --- a/.direnv/flake-profile +++ b/.direnv/flake-profile @@ -1 +1 @@ -flake-profile-1-link \ No newline at end of file +flake-profile-2-link \ No newline at end of file diff --git a/.direnv/flake-profile-2-link b/.direnv/flake-profile-2-link new file mode 120000 index 0000000..681f136 --- /dev/null +++ b/.direnv/flake-profile-2-link @@ -0,0 +1 @@ +/nix/store/4101gk8ld9z4n2yrcpb07y3p9dsf6za4-nix-shell-env \ No newline at end of file diff --git a/flake.nix b/flake.nix index 9b0d69c..e93ac51 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ devShell = pkgs.mkShell { buildInputs = with haskellPackages; [ - ghcid + ghc cabal-install hlint pkgs.haskell-language-server