Skip to content

Commit 4615d4c

Browse files
committed
Fix incorrect inherit
1 parent 1b457f3 commit 4615d4c

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
@@ -549,7 +549,7 @@ final: prev: {
549549

550550
stackProject = args: let p = stackProject' args;
551551
in p.hsPkgs // {
552-
inherit (p) stack-nix projectCoverageReport' stackProject';
552+
inherit (p) stack-nix projectCoverageReport' overrideModules;
553553
# Provide `nix-shell -A shells.ghc` for users migrating from the reflex-platform.
554554
# But we should encourage use of `nix-shell -A shellFor`
555555
shells.ghc = p.hsPkgs.shellFor {};

0 commit comments

Comments
 (0)