summaryrefslogtreecommitdiffstats
path: root/makefu/2configs
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
commit1e405be047a79e1abd0c28e52b5009b9675909b8 (patch)
treeb4d81603f786ffe3736b011487469a1f14ec5de3 /makefu/2configs
parent56cb9de375f66e5c2d8d465d830aaea2040587bc (diff)
ma rss/ratt: use overwritten package
Diffstat (limited to 'makefu/2configs')
-rw-r--r--makefu/2configs/deployment/rss/ratt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/deployment/rss/ratt.nix b/makefu/2configs/deployment/rss/ratt.nix
index b794d920..2e7ecb45 100644
--- a/makefu/2configs/deployment/rss/ratt.nix
+++ b/makefu/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}";