about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-06-28 14:32:39 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-06-28 14:34:18 +0200
commita3d043387fa335a6a723dc31188e99c5230ce0c2 (patch)
tree0cd4fe2cf418b128ae3ad38e6643ea302ef37c9a /nixos
parent536cb54f81045ab9658feb70fe5128d5f3086400 (diff)
nixos/tests/home-assistant: don't test package
The modules overrides extraComponents which leads to a costly rebuild of
the home-assistant package with all tests.  Make it less costly by not
running the tests, as does the default for the package option.  The
package's tests are already run by ofborg on every pull request as well
as by Hydra when building home-assistant.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/home-assistant.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix
index f8f8e9fd183f1..699be8fd7dc6a 100644
--- a/nixos/tests/home-assistant.nix
+++ b/nixos/tests/home-assistant.nix
@@ -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";