diff options
author | tv <tv@krebsco.de> | 2017-12-13 12:23:31 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-12-13 12:23:31 +0100 |
commit | 2b8874e7956a41b5fc57c7723390f4d718615015 (patch) | |
tree | 81221fe6f3b00aa76448f966edb6688c08e1a8e4 /tv | |
parent | 8d65ead447ddda49137cd1dcee484b5ba12c9e4b (diff) |
tv urlwatch: filter simple-evcorr through jq
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/urlwatch.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tv/2configs/urlwatch.nix b/tv/2configs/urlwatch.nix index b0e1262..897def8 100644 --- a/tv/2configs/urlwatch.nix +++ b/tv/2configs/urlwatch.nix @@ -14,7 +14,10 @@ with import <stockholm/lib>; http://www.exim.org/ # ref src/nixpkgs/pkgs/tools/admin/sec/default.nix - https://api.github.com/repos/simple-evcorr/sec/tags + { + url = https://api.github.com/repos/simple-evcorr/sec/tags; + filter = "system:${pkgs.jq}/bin/jq ."; + } # ref src/nixpkgs/pkgs/tools/networking/urlwatch/default.nix https://thp.io/2008/urlwatch/ |