All checks were successful
		
		
	
	flake-check / build (push) Successful in 3m11s
				
			
		
			
				
	
	
		
			15 lines
		
	
	
		
			159 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			159 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  inputs,
 | 
						|
  self,
 | 
						|
  pks,
 | 
						|
  ...
 | 
						|
}:
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ./configuration.nix
 | 
						|
    ./hardware-configuration.nix
 | 
						|
    ../../system
 | 
						|
    ../../home/prismo.nix
 | 
						|
  ];
 | 
						|
}
 |