spec(eientei): add hass deps

This commit is contained in:
514fpv 2024-02-17 23:52:50 +08:00
parent 7b59869992
commit c18e45e048
Signed by: koishi
SSH key fingerprint: SHA256:652+A2yCgByK6j4+urGiApE+tZbISyelwTnr76Tm+x8

View file

@ -13,6 +13,10 @@
"mqtt"
"synology_dsm"
];
extraPackages = python3Packages: with python3Packages; [
aiogithubapi gtts radios
];
};
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1w" ];