14 lines
		
	
	
	
		
			301 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			301 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  default = {
 | 
						|
    path = ./default;
 | 
						|
    description = "a basic blank devshell flake";
 | 
						|
  };
 | 
						|
  latex = {
 | 
						|
    path = ./latex;
 | 
						|
    description = "A flake containing a basic latex environment";
 | 
						|
  };
 | 
						|
  typst = {
 | 
						|
    path = ./typst;
 | 
						|
    description = "A flake containing a basic typst environment";
 | 
						|
  };
 | 
						|
}
 |