Skip to content

Commit 39ddeca

Browse files
committed
stackProject': Expose pkg-set
This will allow the caller to use the haskell.nix options as a submodule.
1 parent 303ed11 commit 39ddeca

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
@@ -445,7 +445,7 @@ self: super: {
445445
++ (args.modules or [])
446446
++ self.lib.optional (args ? ghc) { ghc.package = args.ghc; };
447447
};
448-
in { inherit (pkg-set.config) hsPkgs; stack-nix = stack.nix; };
448+
in { inherit (pkg-set.config) hsPkgs; inherit pkg-set; stack-nix = stack.nix; };
449449

450450
stackProject = args: let p = stackProject' args;
451451
in p.hsPkgs // {

0 commit comments

Comments
 (0)