mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	rockchip/rk3399: reverse dependency order
This order works better when we have more SoCs.
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							099d38a69e
						
					
				
				
					commit
					80340dcf86
				
			@@ -6,6 +6,10 @@
 | 
			
		||||
let
 | 
			
		||||
  cfg = config.hardware.rockchip;
 | 
			
		||||
in {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ./rk3399
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  options.hardware.rockchip = {
 | 
			
		||||
    enable = lib.mkEnableOption "Rockchip SoC support";
 | 
			
		||||
    diskoImageName = lib.mkOption {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user