home-assistant: set platforms to linux

Upstream does not support running it on macOS:
https://www.home-assistant.io/installation/macos/
wip/yesman
Robert Schütz 3 years ago
parent b94f2dfd16
commit 1845f7a077
  1. 1
      pkgs/servers/home-assistant/default.nix

@ -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…
Cancel
Save