From 2a2126eda9cb166a94ced798b29a08ecc4bcd53a Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 4 Jan 2025 13:00:53 -0800 Subject: [PATCH] feat: Add nix develop recipe --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index ccc6e53..5f083b6 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,7 @@ +alias d := dev +dev: + nix develop + alias t := test test: git aa && nix run .