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 | 2f3f0bbb315133e777a4b1f2e70bb7d38266eb79 (patch) | |
tree | da48f41ba466820a87850a975cd10edb2cd0ffc9 /tv/2configs/urlwatch.nix | |
parent | 19fcba24f1ef050a8f8d553f09348adb2a007041 (diff) |
tv urlwatch: filter simple-evcorr through jq
Diffstat (limited to 'tv/2configs/urlwatch.nix')
-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 b0e12625d..897def8c9 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/ |