Skip to content

Commit 0cd4f14

Browse files
committed
Add missing .
1 parent a523c85 commit 0cd4f14

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
@@ -1119,7 +1119,7 @@ final: prev: {
11191119
ghc-extra-projects-nix = final.ghc-extra-projects.${compiler-nix-name}.plan-nix;
11201120
}) // final.lib.optionalAttrs (ifdLevel > 1) {
11211121
# 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;
1122+
nix-tools-unchecked = final.pkgsBuildBuild.haskell-nix.nix-tools-unchecked;
11231123
} // final.lib.optionalAttrs (ifdLevel > 1
11241124
&& final.haskell-nix.haskellLib.isCrossHost
11251125
# GHCJS builds its own template haskell runner.

0 commit comments

Comments
 (0)