Allows cross-compilation of packages for RISC-V that are known to try to run RISC-V programs in the host. Reviewed-by: Aleix Boné <abonerib@bsc.es>
		
			
				
	
	
		
			4 lines
		
	
	
		
			108 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			108 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  boot.binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" "powerpc64le-linux" "riscv64-linux" ];
 | 
						|
}
 |