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 1d8a687 commit 473c375Copy full SHA for 473c375
builder/hspkg-builder.nix
@@ -96,7 +96,7 @@ let
96
};
97
98
in rec {
99
- components = haskellLib.applyComponents (buildComp config.components.all) pkg;
+ components = haskellLib.applyComponents (buildComp pkg.components.all) pkg;
100
checks = pkgs.recurseIntoAttrs (builtins.mapAttrs
101
(_: d: haskellLib.check d)
102
(lib.filterAttrs (_: d: d.config.doCheck) components.tests));
0 commit comments