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 | a95d6929ca8b54a2eec2b8a0bcd2ce71f835cf15 (patch) | |
tree | 0c8e53b3ca285bc04a2ec29bcc377415ecd2f0d9 | |
parent | e4758f55d57ef14af94e12771464ff54ef544412 (diff) | |
parent | 60f49c329a530362483840053b6a9ee1a1e07f96 (diff) |
Merge remote-tracking branch 'ni/master'
-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 b0e1262..509257c 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/ |