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 .