Skip to content

Commit cf7563f

Browse files
committed
Make buildPackages be really buildPackages
1 parent 37292b2 commit cf7563f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ let
5656
inherit pkgs; # Make pkgs available via callPackage
5757

5858
# Packages built to run on the build platform, not the host platform
59-
buildPackages = pkgs.lib.makeScope pkgs.newScope (packages pkgs.buildPackages);
59+
buildPackages = pkgs.buildPackages.lib.makeScope pkgs.buildPackages.newScope (packages pkgs.buildPackages);
6060

6161
# Utility functions for working with the component builder.
6262
haskellLib = let hl = import ./lib { inherit (pkgs) lib; haskellLib = hl; }; in hl;

0 commit comments

Comments
 (0)