diff options
author | tv <tv@krebsco.de> | 2017-12-13 15:34:47 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-12-13 15:34:47 +0100 |
commit | 60f49c329a530362483840053b6a9ee1a1e07f96 (patch) | |
tree | 03c4741ee4184f4d2c1c281d9af4a2fe25967360 | |
parent | 2b8874e7956a41b5fc57c7723390f4d718615015 (diff) |
tv urlwatch: add nix-diff
-rw-r--r-- | tv/2configs/urlwatch.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/2configs/urlwatch.nix b/tv/2configs/urlwatch.nix index 897def8..509257c 100644 --- a/tv/2configs/urlwatch.nix +++ b/tv/2configs/urlwatch.nix @@ -13,6 +13,11 @@ with import <stockholm/lib>; http://www.exim.org/ + { + url = https://api.github.com/repos/Gabriel439/nix-diff/git/refs/heads/master; + filter = "system:${pkgs.jq}/bin/jq -r .object.sha"; + } + # ref src/nixpkgs/pkgs/tools/admin/sec/default.nix { url = https://api.github.com/repos/simple-evcorr/sec/tags; |