diff --git a/justfile b/justfile index 007a09e..1d6a96a 100644 --- a/justfile +++ b/justfile @@ -2,4 +2,6 @@ _default: just --list build: - ./vendor/bin/box compile + # TODO: create a Nix derivation and add it to the Nix store instead of copying the phar to my Home directory. + ./vendor/bin/box compile + cp dist/versa ~/versa