diff options
author | makefu <github@syntax-fehler.de> | 2019-10-29 17:26:15 +0100 |
---|---|---|
committer | Jeschli <jeschli@gmail.com> | 2019-11-14 15:36:11 +0100 |
commit | 3f5b67e68c1a78ef9f3c3c6499e48b4e00dc6c66 (patch) | |
tree | 491e0c8491309e7d61affc46237dc814719ccfc9 /makefu/2configs/bureautomation/default.nix | |
parent | f4ebd3b3d110a29ba8d5f0ef5fc80518feae47b4 (diff) |
ma bureautomation: fix home-assistant regression with darksky
Diffstat (limited to 'makefu/2configs/bureautomation/default.nix')
-rw-r--r-- | makefu/2configs/bureautomation/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/bureautomation/default.nix b/makefu/2configs/bureautomation/default.nix index 48c4c0b87..9492f6ac2 100644 --- a/makefu/2configs/bureautomation/default.nix +++ b/makefu/2configs/bureautomation/default.nix @@ -34,7 +34,6 @@ in { pkgs.pico2wave python-forecastio jsonrpc-async jsonrpc-websocket mpd2 (callPackage ./deps/gtts-token.nix { }) - (callPackage ./deps/pyhaversion.nix { }) ]; }; autoExtraComponents = true; |