dev environment setup, update
This commit is contained in:
parent
c06408a825
commit
0c5fc38649
7 changed files with 110 additions and 71 deletions
13
justfile
Normal file
13
justfile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
set shell := ["nu", "-c"]
|
||||
|
||||
alias rt := run-tui
|
||||
|
||||
default:
|
||||
just --list
|
||||
|
||||
run-tui:
|
||||
cargo run -- run-tui
|
||||
|
||||
update:
|
||||
cargo update
|
||||
nix flake update
|
||||
Loading…
Add table
Add a link
Reference in a new issue