12 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  flake.templates = {
 | 
						|
    default = {
 | 
						|
      path = ./basic;
 | 
						|
      description = "Default project template";
 | 
						|
    };
 | 
						|
    go = {
 | 
						|
      path = ./go;
 | 
						|
      description = "Basic go template";
 | 
						|
    };
 | 
						|
  };
 | 
						|
}
 |