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:
Robert Schütz 2021-04-03 23:39:33 +02:00
parent b94f2dfd16
commit 1845f7a077

View File

@ -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;
};
}