Might not need these inputs
This commit is contained in:
		
							parent
							
								
									5fd661bd99
								
							
						
					
					
						commit
						29451acf69
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@ stdenv.writeShellApplication
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  name = "dvd";
 | 
					  name = "dvd";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  runtimeInputs = [echo direnv];
 | 
					  runtimeInputs = [direnv];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  text = ''
 | 
					  text = ''
 | 
				
			||||||
    echo "use flake \"github:the-nix-way/dev-templates?dir=$1\"" >> .envrc
 | 
					    echo "use flake \"github:the-nix-way/dev-templates?dir=$1\"" >> .envrc
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ stdenv.writeShellApplication
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  name = "dvt";
 | 
					  name = "dvt";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  runtimeInputs = [direnv nix];
 | 
					  runtimeInputs = [direnv];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  text = ''
 | 
					  text = ''
 | 
				
			||||||
    nix flake init -t "github:the-nix-way/dev-templates#$1"
 | 
					    nix flake init -t "github:the-nix-way/dev-templates#$1"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue