diff options
author | makefu <github@syntax-fehler.de> | 2022-06-06 22:31:40 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-06-07 00:06:20 +0200 |
commit | 1e405be047a79e1abd0c28e52b5009b9675909b8 (patch) | |
tree | b4d81603f786ffe3736b011487469a1f14ec5de3 /makefu/2configs/deployment | |
parent | 56cb9de375f66e5c2d8d465d830aaea2040587bc (diff) |
ma rss/ratt: use overwritten package
Diffstat (limited to 'makefu/2configs/deployment')
-rw-r--r-- | makefu/2configs/deployment/rss/ratt.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/deployment/rss/ratt.nix b/makefu/2configs/deployment/rss/ratt.nix index b794d9201..2e7ecb45d 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}"; |