Skip to content

Commit 8699a4c

Browse files
committed
Fix hoogle in shellFor test
1 parent 8a6a30c commit 8699a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/shell-for/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ let
1616
packages = ps: with ps; [ pkga pkgb ];
1717
tools = {
1818
cabal.cabalProjectLocal = builtins.readFile ../cabal.project.local;
19+
hoogle.cabalProjectLocal = builtins.readFile ../cabal.project.local;
1920
};
2021
exactDeps = true;
2122
packageSetupDeps = false;

0 commit comments

Comments
 (0)