From 019c5df2df0e831d9a6100e3e16248c359719ed0 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 30 Sep 2023 12:06:23 +0200 Subject: [PATCH] Add missing argument to imap0 call --- default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 611f267..d9d7445 100644 --- a/default.nix +++ b/default.nix @@ -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}" = {