Add nix to justfile

This commit is contained in:
Greg Shuflin 2025-02-17 05:43:09 -08:00
parent 4d949ac9e5
commit c6b4f4949d

View File

@ -12,6 +12,9 @@ run-local-demo *args:
run-local-persistant-db *args:
cargo run -- --database data.sqlite
run-local-nix *args:
nix run '.#default' -- --database data.sqlite
sqlx-prepare:
#!/usr/bin/env sh
if [ ! -f "data.sqlite" ]; then