add justfile
This commit is contained in:
parent
da1dc5ffb7
commit
52c0c9d524
1 changed files with 11 additions and 0 deletions
11
justfile
Normal file
11
justfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
default:
|
||||
list
|
||||
|
||||
upgrade:
|
||||
upgrade-nix
|
||||
|
||||
update:
|
||||
update-nix
|
||||
|
||||
alias up := upgrad
|
||||
e
|
Loading…
Add table
Add a link
Reference in a new issue