Skip to content

Commit caf4e30

Browse files
authored
Fix for errorHandler argument missing issue (#595)
1 parent 2257791 commit caf4e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/plan.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ in {
260260

261261
config = let module = config.plan.pkg-def config.hackage.configs; in {
262262
inherit (module) compiler;
263-
packages = lib.mapAttrs (name: { revision, ... }@revArgs: { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }@modArgs:
263+
packages = lib.mapAttrs (name: { revision, ... }@revArgs: { system, compiler, flags, pkgs, hsPkgs, errorHandler, pkgconfPkgs, ... }@modArgs:
264264

265265
let m = if revision == null
266266
then (abort "${name} has no revision!")

0 commit comments

Comments
 (0)