Skip to content

Commit

Permalink
Fixed entr not available in IHP nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Oct 23, 2020
1 parent 2f5f207 commit 6643a08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NixSupport/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ in
pkgs.stdenv.mkDerivation {
name = "app";
src = ./../.;
buildInputs = [haskellDeps];
baseInputs = [ pkgs.entr ];
buildInputs = [haskellDeps pkgs.entr];
shellHook = "eval $(egrep ^export ${haskellDeps}/bin/ghc)";
}

0 comments on commit 6643a08

Please sign in to comment.