From c6b4f4949d3baddda02049585dbe7856db858727 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 17 Feb 2025 05:43:09 -0800 Subject: [PATCH] Add nix to justfile --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 94023ce..6aa44b7 100644 --- a/justfile +++ b/justfile @@ -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