From c99999ce285971960a6a1bf25c1b4db790cbdb6f Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 5 Jan 2025 00:55:29 +0100 Subject: [PATCH] fix --- modules/musicomp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/musicomp.nix b/modules/musicomp.nix index a6c03ca..0b70377 100644 --- a/modules/musicomp.nix +++ b/modules/musicomp.nix @@ -94,6 +94,7 @@ in { ${lib.getExe job.package} \ ${lib.optionalString (job.workers > 0) "--workers ${job.workers}"} \ + --verbose \ -- ${job.music} ${job.comp} '';