no stdenv.writeShellAPplication, but just write shell

This commit is contained in:
Lillian Violet 2024-01-18 12:26:17 +01:00
parent 29451acf69
commit 1d2edcf72f
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
direnv,
writeShellApplication,
}:
stdenv.writeShellApplication
writeShellApplication
{
name = "dvd";

View file

@ -4,7 +4,7 @@
direnv,
writeShellApplication,
}:
stdenv.writeShellApplication
writeShellApplication
{
name = "dvt";