Might not need these inputs

This commit is contained in:
Lillian Violet 2024-01-18 12:08:28 +01:00
parent ec324876f5
commit 3ec28a852b
2 changed files with 2 additions and 2 deletions

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"