dev environment setup, update

This commit is contained in:
Tao Tien 2026-01-16 22:37:05 -08:00
parent c06408a825
commit 0c5fc38649
7 changed files with 110 additions and 71 deletions

13
justfile Normal file
View 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