Skip to content

Commit

Permalink
Merge pull request #12 from accentor/fix/missing-argument
Browse files Browse the repository at this point in the history
Add missing argument to imap0 call
  • Loading branch information
chvp authored Sep 30, 2023
2 parents 9d3d648 + 019c5df commit e5fd5e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ in
ExecStart = "${gems}/bin/bundle exec good_job start";
};
};
})))
})
cfg.workers
))
// (builtins.foldl' (x: y: x // y) { } (builtins.genList
(n: {
"accentor-worker-delayed${toString n}" = {
Expand Down

0 comments on commit e5fd5e9

Please sign in to comment.