mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
chore: drop useless script
This commit is contained in:
parent
b353c1aa1e
commit
1c1242aa5f
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