Skip to content

Commit 6cf19f0

Browse files
committed
Merge branch 'hkm/index-state-max' of github.com:input-output-hk/haskell.nix into circuithub
2 parents ad3f9e8 + 439d189 commit 6cf19f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ final: prev: {
692692
inherit (pkg-set.config) hsPkgs;
693693
inherit pkg-set;
694694
plan-nix = callProjectResults.projectNix;
695-
inherit (callProjectResults) index-state;
695+
inherit (callProjectResults) index-state-max;
696696
tool = final.buildPackages.haskell-nix.tool' evalPackages pkg-set.config.compiler.nix-name;
697697
tools = final.buildPackages.haskell-nix.tools' evalPackages pkg-set.config.compiler.nix-name;
698698
roots = final.haskell-nix.roots pkg-set.config.compiler.nix-name;

0 commit comments

Comments
 (0)