summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-06-06 22:31:40 +0200
committermakefu <github@syntax-fehler.de>2022-06-07 00:06:20 +0200
commit77fd9e771066f909c2ff0804f1caa3156a4d81a4 (patch)
treed30fa5f1d3ce7d96487ba1f3a976db5c0c808be0
parent7acecb0e12de1c5f66f2dc75fe5caec39fef891e (diff)
ma rss/ratt: use overwritten package
-rw-r--r--2configs/deployment/rss/ratt.nix2
-rw-r--r--5pkgs/ratt/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/2configs/deployment/rss/ratt.nix b/2configs/deployment/rss/ratt.nix
index b794d9201..2e7ecb45d 100644
--- a/2configs/deployment/rss/ratt.nix
+++ b/2configs/deployment/rss/ratt.nix
@@ -7,7 +7,7 @@ in {
systemd.tmpfiles.rules = ["d ${ratt-path} 0750 nginx nginx - -" ];
systemd.services.run-ratt = {
enable = true;
- path = with pkgs; [ "/nix/store/vhmzblnaav2lp4lwqdgm13l55qlm79mk-ratt-unstable-2022-01-11" xmlstarlet ];
+ path = with pkgs; [ ratt xmlstarlet ];
script = builtins.readFile ./ratt-hourly.sh;
scriptArgs = "${./urls} ${out-path}";
diff --git a/5pkgs/ratt/default.nix b/5pkgs/ratt/default.nix
index 392f1ff9e..57ea545b9 100644
--- a/5pkgs/ratt/default.nix
+++ b/5pkgs/ratt/default.nix
@@ -11,7 +11,7 @@ buildGoModule rec {
};
proxyVendor = true;
- vendorSha256 = "0wf299i5z86gysrcmgd5x6zq589qn7h69k1sz4xl5yrhn53mdsq0";
+ vendorSha256 = "sha256-901xkzF/p/kUy7tZELwNhgepRDScUeWQM3isy7APuik=";
# tests try to access the internet to scrape websites
doCheck = false;
[cgit] Unable to lock slot /tmp/cgit/5f100000.lock: No such file or directory (2)