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.
2 parents ad3f9e8 + 439d189 commit 6cf19f0Copy full SHA for 6cf19f0
overlays/haskell.nix
@@ -692,7 +692,7 @@ final: prev: {
692
inherit (pkg-set.config) hsPkgs;
693
inherit pkg-set;
694
plan-nix = callProjectResults.projectNix;
695
- inherit (callProjectResults) index-state;
+ inherit (callProjectResults) index-state-max;
696
tool = final.buildPackages.haskell-nix.tool' evalPackages pkg-set.config.compiler.nix-name;
697
tools = final.buildPackages.haskell-nix.tools' evalPackages pkg-set.config.compiler.nix-name;
698
roots = final.haskell-nix.roots pkg-set.config.compiler.nix-name;
0 commit comments