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 | 1cb63ba0a10b2ebe082c70b6bc083b659e1bb063 (patch) | |
tree | bd6850b5c6dd19b16b4e1c966ae0a49dec259b47 /tv | |
parent | c5a8647b0439ca915cb63dd72b2bebb40bca920d (diff) |
vncdotool: RIP (upstream dilapidated)
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/urlwatch.nix | 6 | ||||
-rw-r--r-- | tv/2configs/xu-qemu0.nix | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/tv/2configs/urlwatch.nix b/tv/2configs/urlwatch.nix index 51b5323..c81723b 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 diff --git a/tv/2configs/xu-qemu0.nix b/tv/2configs/xu-qemu0.nix index 5be4899..0e4a91c 100644 --- a/tv/2configs/xu-qemu0.nix +++ b/tv/2configs/xu-qemu0.nix @@ -63,7 +63,6 @@ with config.krebs.lib; ''; krebs.per-user.tv.packages = [ - pkgs.vncdotool ]; users.users.xu-qemu0 = { |