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