nixos/wyoming/piper: fix cuda option reference (#443697)
This commit is contained in:
@@ -175,7 +175,7 @@ in
|
||||
++ lib.optionals options.streaming [
|
||||
"--streaming"
|
||||
]
|
||||
++ lib.optionals options.cuda [
|
||||
++ lib.optionals options.useCUDA [
|
||||
"--use-cuda"
|
||||
]
|
||||
++ options.extraArgs
|
||||
|
||||
Reference in New Issue
Block a user