From 52d3e264284bdaa5f18f2ec0c6029d0a48d21b2a Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 17 Jul 2019 14:37:34 +0200 Subject: ma bureautomation: home-assistant disable tests --- makefu/2configs/bureautomation/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefu/2configs/bureautomation/default.nix b/makefu/2configs/bureautomation/default.nix index b783d8e0..8ec9dacc 100644 --- a/makefu/2configs/bureautomation/default.nix +++ b/makefu/2configs/bureautomation/default.nix @@ -21,6 +21,9 @@ in { enable = true; package = (pkgs.home-assistant.overrideAttrs (old: { # TODO: find correct python package + installCheckPhase = '' + echo LOLLLLLLLLLLLLLL + ''; postInstall = '' cp -r ${dwd_pollen} $out/lib/python3.7/site-packages/homeassistant/components/dwd_pollen ''; -- cgit v1.2.3