just: add generate command
Alan Pearce alan@alanpearce.eu
Wed, 24 Apr 2024 15:18:20 +0200
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M justfile → justfile
@@ -26,6 +26,9 @@ watchexec --restart -w flake.nix -w flake.lock direnv exec . {{ command }} watch-builder: (watch-flake "watchexec -w cmd/build -w content -w templates -r go run ./cmd/build --base-url http://localhost:3000") +generate: + go run ./cmd/build --base-url http://localhost:3000 + nix-build what: nix build .#{{ what }}