diff options
author | tv <tv@krebsco.de> | 2016-08-21 13:04:30 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-08-21 13:10:16 +0200 |
commit | 66f5efe0f5819a3c6dacd33b547921e8379fcb3d (patch) | |
tree | 60a61dfbf2fb604616183832d2488c7a351c3a50 /tv/2configs/urlwatch.nix | |
parent | 315dde2dcf063c18f54ddfaf65bd7c3dce95d161 (diff) |
vncdotool: RIP (upstream dilapidated)
Diffstat (limited to 'tv/2configs/urlwatch.nix')
-rw-r--r-- | tv/2configs/urlwatch.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tv/2configs/urlwatch.nix b/tv/2configs/urlwatch.nix index 51b53230b..c81723b20 100644 --- a/tv/2configs/urlwatch.nix +++ b/tv/2configs/urlwatch.nix @@ -51,12 +51,6 @@ with config.krebs.lib; # <stockholm/tv/2configs/xserver/xserver.conf.nix> # is derived from `configFile` in: https://raw.githubusercontent.com/NixOS/nixpkgs/master/nixos/modules/services/x11/xserver.nix - - { - url = https://pypi.python.org/pypi/vncdotool/json; - filter = "system:${pkgs.jq}/bin/jq -r '.releases|keys[]'"; - } - https://api.github.com/repos/kanaka/noVNC/tags ]; hooksFile = toFile "hooks.py" '' import subprocess |