diff options
author | lassulus <lassulus@lassul.us> | 2017-12-13 18:39:55 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-13 18:39:55 +0100 |
commit | 39c0adc31b5ea7bf88d66e3a6f4e92a27a117620 (patch) | |
tree | 6f59951253abb0110f3d4ce862c665d8328c515f /tv/2configs | |
parent | 5e76c7944c4865eeebca8bdfeefe76235fed5623 (diff) | |
parent | 27dfb3c618003b54bd3525bf38cef7ac12a8be64 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/urlwatch.nix | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tv/2configs/urlwatch.nix b/tv/2configs/urlwatch.nix index b0e12625d..509257c48 100644 --- a/tv/2configs/urlwatch.nix +++ b/tv/2configs/urlwatch.nix @@ -13,8 +13,16 @@ 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 - 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/ |