Add meta to cudainfo
This commit is contained in:
		
							parent
							
								
									9f740ec234
								
							
						
					
					
						commit
						a13a4e66a6
					
				| @ -1,5 +1,6 @@ | |||||||
| { | { | ||||||
|   stdenv |   stdenv | ||||||
|  | , lib | ||||||
| , cudatoolkit | , cudatoolkit | ||||||
| , cudaPackages | , cudaPackages | ||||||
| , autoAddDriverRunpath | , autoAddDriverRunpath | ||||||
| @ -40,4 +41,9 @@ stdenv.mkDerivation (finalAttrs: { | |||||||
|     ''; |     ''; | ||||||
|     installPhase = "touch $out"; |     installPhase = "touch $out"; | ||||||
|   }; |   }; | ||||||
|  | 
 | ||||||
|  |   meta = { | ||||||
|  |     platforms = [ "x86_64-linux" ]; | ||||||
|  |     maintainers = with lib.maintainers.bsc; [ rarias ]; | ||||||
|  |   }; | ||||||
| }) | }) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user