diff options
author | makefu <github@syntax-fehler.de> | 2020-06-07 19:51:47 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-06-07 19:51:47 +0200 |
commit | 8dc4c3d153f4f6536815dbb122bf5465ed3a800a (patch) | |
tree | 584ff99e146b1b1a40ff1b2ab026de00a984eb0d /tv/2configs/urlwatch.nix | |
parent | 54502928f633568c694cac94dfd4de527c8414bc (diff) | |
parent | 8ae780cf2689a0e62718fe0dcc8b80e584f68d23 (diff) |
Merge remote-tracking branch 'tv/master'
Diffstat (limited to 'tv/2configs/urlwatch.nix')
-rw-r--r-- | tv/2configs/urlwatch.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tv/2configs/urlwatch.nix b/tv/2configs/urlwatch.nix index 378b5d167..619b04459 100644 --- a/tv/2configs/urlwatch.nix +++ b/tv/2configs/urlwatch.nix @@ -24,7 +24,13 @@ in { http://www.exim.org/ # ref src/nixpkgs/pkgs/tools/networking/urlwatch/default.nix - https://thp.io/2008/urlwatch/ + { + url = https://thp.io/2008/urlwatch/; + # workaround: ('Received response with content-encoding: gzip, but + # failed to decode it.', error('Error -3 while decompressing data: + # incorrect header check',)) + ignore_cached = true; + } # 2015-02-18 # ref ~/src/nixpkgs/pkgs/tools/text/qprint/default.nix |