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 37292b2 commit cf7563fCopy full SHA for cf7563f
default.nix
@@ -56,7 +56,7 @@ let
56
inherit pkgs; # Make pkgs available via callPackage
57
58
# Packages built to run on the build platform, not the host platform
59
- buildPackages = pkgs.lib.makeScope pkgs.newScope (packages pkgs.buildPackages);
+ buildPackages = pkgs.buildPackages.lib.makeScope pkgs.buildPackages.newScope (packages pkgs.buildPackages);
60
61
# Utility functions for working with the component builder.
62
haskellLib = let hl = import ./lib { inherit (pkgs) lib; haskellLib = hl; }; in hl;
0 commit comments