Skip to content

Commit 27cc10a

Browse files
committed
Pass null for hsPkgs when it is not needed
1 parent 7c7b937 commit 27cc10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ final: prev: {
816816
final.lib.mapAttrs (_: _: {
817817
planned = lib.mkOverride 900 true;
818818
}) x
819-
) (getComponents null hsPkgs p);
819+
) (getComponents null {} p);
820820
}) plan-json.install-plan);
821821
})
822822
({config, ...}: {

0 commit comments

Comments
 (0)