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";
|
description = "Open source home automation that puts local control and privacy first";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ dotlambda globin mic92 hexa ];
|
maintainers = with maintainers; [ dotlambda globin mic92 hexa ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user