chore: drop useless script

This commit is contained in:
Luj 2024-09-10 15:15:06 +02:00
parent 42d3a9b865
commit 344a6bb3a0
Signed by: luj
GPG key ID: 6FC74C847011FD83
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 "$@"
'';
}