mirror of
				https://github.com/wlcx/nix-templates.git
				synced 2025-11-04 04:13:45 +00:00 
			
		
		
		
	Add devshell to flake templates output
This commit is contained in:
		
							parent
							
								
									114bfcbf80
								
							
						
					
					
						commit
						20d20aff9d
					
				@ -13,6 +13,10 @@
 | 
				
			|||||||
          path = ./go;
 | 
					          path = ./go;
 | 
				
			||||||
          description = "My preferred go setup.";
 | 
					          description = "My preferred go setup.";
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					        devshell = {
 | 
				
			||||||
 | 
					          path = ./devshell;
 | 
				
			||||||
 | 
					          description = "A basic devshell setup";
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    } // utils.lib.eachDefaultSystem (system:
 | 
					    } // utils.lib.eachDefaultSystem (system:
 | 
				
			||||||
      let pkgs = import nixpkgs { inherit system; };
 | 
					      let pkgs = import nixpkgs { inherit system; };
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user