···145145 workflowTimeout = mkOption {
146146 type = types.str;
147147 default = "5m";
148148- description = "Timeout for each workflow step";
148148+ description = "Timeout for a whole workflow, covering the wait for a concurrency slot, setup, and every step in it";
149149 };
150150151151 nixery = {