chore: drop useless script

This commit is contained in:
Luj 2024-09-10 15:15:06 +02:00
parent b353c1aa1e
commit 1c1242aa5f
2 changed files with 0 additions and 13 deletions

View file

@ -1,11 +0,0 @@
{ writeShellApplication, npins }:
writeShellApplication {
name = "update-deps";
runtimeInputs = [ npins ];
text = ''
npins update -d deps "$@"
'';
}