mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			175 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			175 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
final: _prev: {
 | 
						|
  inherit
 | 
						|
    (final.callPackage ../common/bsp/imx-uboot.nix {
 | 
						|
      pkgs = final;
 | 
						|
      targetBoard = "imx8qm";
 | 
						|
    })
 | 
						|
    ubootImx8
 | 
						|
    imx-firmware
 | 
						|
    ;
 | 
						|
}
 |