From 32d96956a665debd26c80f60f159751ebf7531e9 Mon Sep 17 00:00:00 2001 From: happysalada Date: Sat, 18 Jan 2025 06:21:11 -0500 Subject: [PATCH] nixos/wyoming-faster-whisper: fix module prevent the error expected a list but got a string "" --- .../modules/services/home-automation/wyoming/faster-whisper.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/home-automation/wyoming/faster-whisper.nix b/nixos/modules/services/home-automation/wyoming/faster-whisper.nix index 7d92501821a5..018bd5f5c1cc 100644 --- a/nixos/modules/services/home-automation/wyoming/faster-whisper.nix +++ b/nixos/modules/services/home-automation/wyoming/faster-whisper.nix @@ -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; }; }; }