mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
chore: drop useless script
This commit is contained in:
parent
42d3a9b865
commit
344a6bb3a0
2 changed files with 0 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
{ writeShellApplication, npins }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "update-deps";
|
||||
|
||||
runtimeInputs = [ npins ];
|
||||
|
||||
text = ''
|
||||
npins update -d deps "$@"
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue