home-assistant: use python37 because of aiohttp

This commit is contained in:
Frederik Rietdijk
2020-06-07 19:24:44 +02:00
parent 1deac026fe
commit e1efaad932
+3 -1
View File
@@ -15740,7 +15740,9 @@ in
hiawatha = callPackage ../servers/http/hiawatha {};
home-assistant = callPackage ../servers/home-assistant { };
home-assistant = callPackage ../servers/home-assistant {
python3 = python37;
};
home-assistant-cli = callPackage ../servers/home-assistant/cli.nix { };