-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Closed
Copy link
Description
Enabling a wyoming.piper service fails with:
error: attribute 'cuda' missing
at /nix/store/1xqlsrcmdw26ld0jicx7h5phds5c82mj-source/nixos/modules/services/home-automation/wyoming/piper.nix:178:32:
177| ]
178| ++ lib.optionals options.cuda [
| ^
179| "--use-cuda"
and references an non-existing option cuda:
nixpkgs/nixos/modules/services/home-automation/wyoming/piper.nix
Lines 178 to 180 in 08b8f92
| ++ lib.optionals options.cuda [ | |
| "--use-cuda" | |
| ] |
and I believe it should be useCUDA
| useCUDA = mkOption { |
@mweinelt if I can further help with debugging please let me know :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels