Skip to content

Commit 473c375

Browse files
committed
Fix merge regression
1 parent 1d8a687 commit 473c375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/hspkg-builder.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ let
9696
};
9797

9898
in rec {
99-
components = haskellLib.applyComponents (buildComp config.components.all) pkg;
99+
components = haskellLib.applyComponents (buildComp pkg.components.all) pkg;
100100
checks = pkgs.recurseIntoAttrs (builtins.mapAttrs
101101
(_: d: haskellLib.check d)
102102
(lib.filterAttrs (_: d: d.config.doCheck) components.tests));

0 commit comments

Comments
 (0)