summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-07-17 14:37:34 +0200
committermakefu <github@syntax-fehler.de>2019-07-17 16:09:12 +0200
commitdbebff59f02802840ecd8f124b38165af75026d0 (patch)
treef77d94e4d44740d06e7d3c0d060439c6f3bdb6fe /2configs
parent57b57514113cca80d89bb80ccf677843429ce1d5 (diff)
ma bureautomation: home-assistant disable tests
Diffstat (limited to '2configs')
-rw-r--r--2configs/bureautomation/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/2configs/bureautomation/default.nix b/2configs/bureautomation/default.nix
index b783d8e01..8ec9dacc2 100644
--- a/2configs/bureautomation/default.nix
+++ b/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
'';