mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
home-assistant: add prometheus component dependency
This commit is contained in:
parent
59a6f939f8
commit
c4f5d559da
@ -256,7 +256,7 @@
|
||||
"nuheat" = ps: with ps; [ ];
|
||||
"nuimo_controller" = ps: with ps; [ ];
|
||||
"pilight" = ps: with ps; [ ];
|
||||
"prometheus" = ps: with ps; [ ];
|
||||
"prometheus" = ps: with ps; [ prometheus_client ];
|
||||
"python_script" = ps: with ps; [ ];
|
||||
"qwikswitch" = ps: with ps; [ ];
|
||||
"rainbird" = ps: with ps; [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user