Let's use my repo instead (has fixes too, and can add data science project templates)
This commit is contained in:
		
							parent
							
								
									921e7bfa1d
								
							
						
					
					
						commit
						7ed37c2bf3
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -11,7 +11,7 @@ writeShellApplication
 | 
				
			||||||
  runtimeInputs = [direnv];
 | 
					  runtimeInputs = [direnv];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  text = ''
 | 
					  text = ''
 | 
				
			||||||
    echo "use flake \"github:the-nix-way/dev-templates?dir=$1\"" >> .envrc
 | 
					    echo "use flake \"git+https://git.lillianviolet.dev/Lillian-Violet/dev-templates?dir=$1\"" >> .envrc
 | 
				
			||||||
    direnv allow
 | 
					    direnv allow
 | 
				
			||||||
  '';
 | 
					  '';
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@ writeShellApplication
 | 
				
			||||||
  runtimeInputs = [direnv];
 | 
					  runtimeInputs = [direnv];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  text = ''
 | 
					  text = ''
 | 
				
			||||||
    nix flake init -t "github:the-nix-way/dev-templates#$1"
 | 
					    nix flake init -t "git+https://git.lillianviolet.dev/Lillian-Violet/dev-templates#$1"
 | 
				
			||||||
    direnv allow
 | 
					    direnv allow
 | 
				
			||||||
  '';
 | 
					  '';
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue