mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	milkv/pioneer: init
This commit is contained in:
		
				
					committed by
					
						
						RaitoBezarius
					
				
			
			
				
	
			
			
			
						parent
						
							cac934beb3
						
					
				
				
					commit
					f4a07223a3
				
			
							
								
								
									
										12
									
								
								milkv/pioneer/sd-image-installer.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								milkv/pioneer/sd-image-installer.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
{ modulesPath, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    "${modulesPath}/profiles/installation-device.nix"
 | 
			
		||||
    ./sd-image.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # the installation media is also the installation target,
 | 
			
		||||
  # so we don't want to provide the installation configuration.nix.
 | 
			
		||||
  installer.cloneConfig = false;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user