summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/deployment/rss/ratt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/deployment/rss/ratt.nix')
-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}";