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