From 4ebc1561378fa42c692ea9f74772ae5da6ac06bc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 22 Feb 2024 00:38:31 +0000 Subject: [PATCH] Update `just build` --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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