fix: fix sonarr + jackett on gustave

This commit is contained in:
Luj 2025-01-03 00:16:39 +01:00
parent 7c30c450e0
commit dd163b483e
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 7 additions and 1 deletions

View file

@ -37,6 +37,7 @@ in
# unstable version to have updated torrent list
package = pkgs.unstable.jackett.overrideAttrs (
_: _: {
doCheck = false;
postInstall = ''
cp ${./ygg-api.yml} $out/lib/jackett/Definitions/ygg-api.yml
'';