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 a523c85 commit 0cd4f14Copy full SHA for 0cd4f14
overlays/haskell.nix
@@ -1119,7 +1119,7 @@ final: prev: {
1119
ghc-extra-projects-nix = final.ghc-extra-projects.${compiler-nix-name}.plan-nix;
1120
}) // final.lib.optionalAttrs (ifdLevel > 1) {
1121
# Things that require two levels of IFD to build (inputs should be in level 1)
1122
- nix-tools-unchecked = final.pkgsBuildBuildhaskell-nix.nix-tools-unchecked;
+ nix-tools-unchecked = final.pkgsBuildBuild.haskell-nix.nix-tools-unchecked;
1123
} // final.lib.optionalAttrs (ifdLevel > 1
1124
&& final.haskell-nix.haskellLib.isCrossHost
1125
# GHCJS builds its own template haskell runner.
0 commit comments