Skip to content

Commit

Permalink
avoid source copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Apr 29, 2023
1 parent 72c6356 commit f244f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NixSupport/mkGhcCompiler.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
};
makePackageSet = dir: pkgs.lib.mapAttrs' (toPackage dir) (builtins.readDir dir);
in {
"ihp" = ((haskellPackagesNew.callPackage "${ihp}/ihp.nix") { });
"ihp" = ((haskellPackagesNew.callPackage "${toString ihp}/ihp.nix") { });
} // (makePackageSet haskellPackagesDir) // (makePackageSet "${ihp}/NixSupport/haskell-packages/.");

makeOverrides =
Expand Down

0 comments on commit f244f57

Please sign in to comment.