diff options
author | makefu <github@syntax-fehler.de> | 2019-07-17 14:37:34 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-07-17 16:09:12 +0200 |
commit | 52d3e264284bdaa5f18f2ec0c6029d0a48d21b2a (patch) | |
tree | eefca357ddc1138e8cbf31992d2a7f3f86a7e4c8 /makefu/2configs | |
parent | a45066902735f72a945f7b2d8c76c6d35e4a69bd (diff) |
ma bureautomation: home-assistant disable tests
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/bureautomation/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/bureautomation/default.nix b/makefu/2configs/bureautomation/default.nix index b783d8e01..8ec9dacc2 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 ''; |