Skip to content

Commit a523c85

Browse files
committed
Fixes for nix-tools builds
1 parent 2012142 commit a523c85

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

nix-tools/flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

overlays/haskell.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,8 +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 = final.buildPackages.haskell-nix.nix-tools;
1123-
nix-tools-unchecked = final.buildPackages.haskell-nix.nix-tools-unchecked;
1122+
nix-tools-unchecked = final.pkgsBuildBuildhaskell-nix.nix-tools-unchecked;
11241123
} // final.lib.optionalAttrs (ifdLevel > 1
11251124
&& final.haskell-nix.haskellLib.isCrossHost
11261125
# GHCJS builds its own template haskell runner.

0 commit comments

Comments
 (0)