From 9ff90613404f4a3f017dfc0ce0bdcbd259ba7af2 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 15 May 2024 22:39:49 -0400 Subject: [PATCH] chore(just): add 'activate' --- justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/justfile b/justfile index 61871fa..fac8f13 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,11 @@ default: @just --list +# Activate local configuration +activate: + nix run + +# Format the nix source tree fmt: treefmt