We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133286e commit b00a8a6Copy full SHA for b00a8a6
lib/call-cabal-project-to-nix.nix
@@ -151,7 +151,7 @@ in let
151
let
152
suitable-index-states =
153
builtins.filter
154
- (s: s >= index-state-max) # This compare is why we need zulu time
+ (s: s > index-state-max) # This compare is why we need zulu time
155
(builtins.attrNames index-state-hashes);
156
in
157
if builtins.length suitable-index-states == 0
0 commit comments