Use jackett packge from unstable to work around faulty test
This commit is contained in:
parent
4c3f0e56a9
commit
6ef85e0363
|
@ -1,6 +1,8 @@
|
||||||
{ ... }:
|
{ nixpkgs-unstable, ... }:
|
||||||
{
|
{
|
||||||
services.jackett = {
|
services.jackett = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# use package from unstable to work around faulty test in older jackett version
|
||||||
|
package = nixpkgs-unstable.legacyPackages."x86_64-linux".jackett;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue