nixos/wyoming/piper: fix cuda option reference (#443697)

This commit is contained in:
Martin Weinelt
2025-09-17 11:24:23 +00:00
committed by GitHub
@@ -175,7 +175,7 @@ in
++ lib.optionals options.streaming [
"--streaming"
]
++ lib.optionals options.cuda [
++ lib.optionals options.useCUDA [
"--use-cuda"
]
++ options.extraArgs