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