Merge pull request #128501 from dotlambda/home-assistant-no-tests

nixos/tests/home-assistant: don't test package
This commit is contained in:
Martin Weinelt 2021-06-28 14:39:21 +02:00 committed by GitHub
commit 67e46fedc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,6 @@ in {
services.home-assistant = {
inherit configDir;
enable = true;
# includes the package with all tests enabled
package = pkgs.home-assistant;
config = {
homeassistant = {
name = "Home";