spec(eientei): add hass deps

This commit is contained in:
514fpv 2024-02-17 23:52:50 +08:00
parent 8528e15ee1
commit b285657e3e
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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