home-assistant: use python37 because of aiohttp
This commit is contained in:
parent
1deac026fe
commit
e1efaad932
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue