nixos/wyoming-faster-whisper: fix module (#374780)

This commit is contained in:
Martin Weinelt
2025-01-18 14:36:38 +01:00
committed by GitHub
@@ -10,7 +10,6 @@ let
cfg = config.services.wyoming.faster-whisper;
inherit (lib)
escapeShellArgs
mkOption
mkEnableOption
mkPackageOption
@@ -240,7 +239,6 @@ in
description = ''
Extra arguments to pass to the server commandline.
'';
apply = escapeShellArgs;
};
};
}