mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			218 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			218 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [ ./intel ];
 | 
						|
 | 
						|
  warnings = [
 | 
						|
    ''
 | 
						|
      DEPRECATED: The <nixos-hardware/common/gpu/intel.nix> module has been deprecated.
 | 
						|
 | 
						|
      Switch to using <nixos-hardware/common/gpu/intel> instead.
 | 
						|
    ''
 | 
						|
  ];
 | 
						|
}
 |