mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 03:08:28 +00:00
home-assistant: set platforms to linux
Upstream does not support running it on macOS: https://www.home-assistant.io/installation/macos/
This commit is contained in:
parent
b94f2dfd16
commit
1845f7a077
@ -393,5 +393,6 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
description = "Open source home automation that puts local control and privacy first";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ dotlambda globin mic92 hexa ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user