Might not need these inputs
This commit is contained in:
parent
5fd661bd99
commit
29451acf69
pkgs
|
@ -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