9 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ ... }:
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ./configuration.nix
 | 
						|
    ./hydra.nix
 | 
						|
    ./nix-serve.nix
 | 
						|
    ./nginx.nix
 | 
						|
  ];
 | 
						|
}
 |