Use jackett packge from unstable to work around faulty test

This commit is contained in:
yuri 2024-01-28 04:45:56 +01:00
parent 4c3f0e56a9
commit 6ef85e0363
No known key found for this signature in database

View file

@ -1,6 +1,8 @@
{ ... }:
{ nixpkgs-unstable, ... }:
{
services.jackett = {
enable = true;
# use package from unstable to work around faulty test in older jackett version
package = nixpkgs-unstable.legacyPackages."x86_64-linux".jackett;
};
}