ma rss/ratt: use overwritten package
This commit is contained in:
parent
56cb9de375
commit
1e405be047
@ -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}";
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user