mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
home-assistant: update component-packages.nix
This commit is contained in:
parent
06a8926444
commit
04d2b721ac
1 changed files with 1 additions and 1 deletions
|
@ -903,7 +903,7 @@
|
|||
"unifi_direct" = ps: with ps; [ pexpect ];
|
||||
"unifiled" = ps: with ps; [ unifiled ];
|
||||
"universal" = ps: with ps; [ ];
|
||||
"upb" = ps: with ps; [ ]; # missing inputs: upb_lib
|
||||
"upb" = ps: with ps; [ upb-lib ];
|
||||
"upc_connect" = ps: with ps; [ connect-box ];
|
||||
"upcloud" = ps: with ps; [ ]; # missing inputs: upcloud-api
|
||||
"updater" = ps: with ps; [ distro ];
|
||||
|
|
Loading…
Reference in a new issue