mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 07:27:20 +02:00
chore: improve shells
This commit is contained in:
parent
8ad260f7a5
commit
dc460ca9cf
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