Might not need these inputs

This commit is contained in:
Lillian Violet 2024-01-18 12:08:28 +01:00
parent 5fd661bd99
commit 29451acf69
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"