This commit is contained in:
Lukas Wurzinger 2025-01-05 00:55:29 +01:00
parent ab08464f82
commit c99999ce28
No known key found for this signature in database

View file

@ -94,6 +94,7 @@ in {
${lib.getExe job.package} \
${lib.optionalString (job.workers > 0) "--workers ${job.workers}"} \
--verbose \
-- ${job.music} ${job.comp}
'';