From 59b6e2b812f7028cba8a01cf94165b081717848c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 16 Mar 2025 20:01:54 +0100 Subject: chore: add build task to justfile --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index de45c98..200457b 100644 --- a/justfile +++ b/justfile @@ -27,6 +27,9 @@ format: fix: go fix . +build: + nix build .# + generate-defaults: wgo run --exit ./cmd/searchix-web --print-default-config > defaults.toml -- cgit 1.4.1