File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ in recurseIntoAttrs {
33
33
test-shell = ( project . shellFor {
34
34
tools = {
35
35
cabal = { cabalProjectLocal = builtins . readFile ../cabal.project.local ; } ;
36
- hoogle = { cabalProjectLocal = builtins . readFile ../cabal.project.local ; } ;
36
+ hoogle = { cabalProjectLocal = builtins . readFile ../cabal.project.local ; index-state = "2024-10-01T00:00:00Z" ; } ;
37
37
} ;
38
38
withHoogle = true ;
39
39
} ) . overrideAttrs ( _ : _ : {
Original file line number Diff line number Diff line change 10
10
} ;
11
11
12
12
env = project . shellFor {
13
- tools . hoogle = { cabalProjectLocal = builtins . readFile ../cabal.project.local ; } ;
13
+ tools . hoogle = { cabalProjectLocal = builtins . readFile ../cabal.project.local ; index-state = "2024-10-01T00:00:00Z" ; } ;
14
14
withHoogle = true ;
15
15
} ;
16
16
You can’t perform that action at this time.
0 commit comments