Use jackett packge from unstable to work around faulty test
This commit is contained in:
		
					parent
					
						
							
								4c3f0e56a9
							
						
					
				
			
			
				commit
				
					
						6ef85e0363
					
				
			
		
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue