Skip to content

services.wyoming.piper uses unknown option cuda (should probably be useCUDA) #443686

@kai-tub

Description

@kai-tub

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:

++ lib.optionals options.cuda [
"--use-cuda"
]

and I believe it should be useCUDA

@mweinelt if I can further help with debugging please let me know :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions