Might not need these inputs
This commit is contained in:
parent
ec324876f5
commit
3ec28a852b
|
@ -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
|
||||
|
|
|
@ -8,7 +8,7 @@ stdenv.writeShellApplication
|
|||
{
|
||||
name = "dvt";
|
||||
|
||||
runtimeInputs = [direnv nix];
|
||||
runtimeInputs = [direnv];
|
||||
|
||||
text = ''
|
||||
nix flake init -t "github:the-nix-way/dev-templates#$1"
|
||||
|
|
Loading…
Reference in a new issue