diff options
author | lassulus <lass@aidsballs.de> | 2016-08-21 13:16:51 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-08-21 13:16:51 +0200 |
commit | 3eb5f58a0ee9778006d4e37fee17e0b3e096a52a (patch) | |
tree | 6e4edc6f0029fcf3f6d3d34a972c05e14d3951cd /tv/2configs/urlwatch.nix | |
parent | 037cefc30ab756e6aea19ba096fe18e6e38ffffe (diff) | |
parent | 66f5efe0f5819a3c6dacd33b547921e8379fcb3d (diff) |
Merge remote-tracking branch 'cd/master'
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 |