0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/wyoming-faster-whisper: fix module

prevent the error
expected a list but got a string ""
This commit is contained in:
happysalada 2025-01-18 06:21:11 -05:00
parent 3715e88187
commit 32d96956a6

View file

@ -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;
};
};
}