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:
parent
3715e88187
commit
32d96956a6
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue