mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			181 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			181 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  nixpkgs.overlays = [
 | 
						|
    (import ./overlay.nix)
 | 
						|
  ];
 | 
						|
 | 
						|
  imports = [
 | 
						|
    ../common/modules.nix
 | 
						|
  ];
 | 
						|
 | 
						|
  hardware.deviceTree = {
 | 
						|
    name = "microchip/mpfs-icicle-kit.dtb";
 | 
						|
  };
 | 
						|
}
 |