home-assistant: use python37 because of aiohttp
This commit is contained in:
parent
1deac026fe
commit
e1efaad932
@ -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 New Issue
Block a user