fix(eientei): add hass deps
This commit is contained in:
parent
35ccf2eb14
commit
b9fa24aa57
|
@ -13,6 +13,10 @@
|
|||
"mqtt"
|
||||
"synology_dsm"
|
||||
];
|
||||
|
||||
extraPackages = python3Packages: with python3Packages; [
|
||||
aiogithubapi gtts radios
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1w" ];
|
||||
|
|
Loading…
Reference in a new issue