diff options
author | Alan Pearce | 2025-03-16 20:01:54 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-16 20:01:54 +0100 |
commit | 59b6e2b812f7028cba8a01cf94165b081717848c (patch) | |
tree | 55caa31e6a624cb585431888123eb843594da2ad | |
parent | f775db95d59a56feeafa6a4e147885c814bf5fb7 (diff) | |
download | searchix-59b6e2b812f7028cba8a01cf94165b081717848c.tar.lz searchix-59b6e2b812f7028cba8a01cf94165b081717848c.tar.zst searchix-59b6e2b812f7028cba8a01cf94165b081717848c.zip |
chore: add build task to justfile
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |