From 7e7d2fc86be65abd3bf5a73b85d463bcf19b0396 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 17 Feb 2025 02:54:55 -0800 Subject: [PATCH] Add just nix recipe --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 909575d..519e15e 100644 --- a/justfile +++ b/justfile @@ -27,6 +27,10 @@ run-local-demo *args: frontend-build run-local-persistant-db *args: frontend-build cargo run -- --database data.sqlite +# Run the reader locally from the nix flake +run-local-nix: + nix run '.#default' -- --database data.sqlite + # Run the reader in development mode with frontend asset watching dev: #!/usr/bin/env sh