Skip to content

Commit

Permalink
project: update work-on-multi usage to use new envFunc argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar authored and Ericson2314 committed Dec 19, 2019
1 parent 1ddbfe1 commit 53ef944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ let
prj = mapAttrs mkPkgSet shells // {
shells = mapAttrs (name: pnames:
workOnMulti {
env = prj.${name}.override { overrides = self: super: nixpkgs.lib.optionalAttrs withHoogle {
envFunc = _: prj.${name}.override { overrides = self: super: nixpkgs.lib.optionalAttrs withHoogle {
ghcWithPackages = self.ghcWithHoogle;
}; };
packageNames = pnames;
Expand Down

0 comments on commit 53ef944

Please sign in to comment.