mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
chore: improve shells
This commit is contained in:
parent
f53336f887
commit
c783d1123a
3 changed files with 54 additions and 31 deletions
11
scripts/update-deps.nix
Normal file
11
scripts/update-deps.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ writeShellApplication, npins }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "update-deps";
|
||||
|
||||
runtimeInputs = [ npins ];
|
||||
|
||||
text = ''
|
||||
npins update -d deps "$@"
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue