about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2025-03-16 20:01:54 +0100
committerAlan Pearce2025-03-16 20:01:54 +0100
commit59b6e2b812f7028cba8a01cf94165b081717848c (patch)
tree55caa31e6a624cb585431888123eb843594da2ad /justfile
parentf775db95d59a56feeafa6a4e147885c814bf5fb7 (diff)
downloadsearchix-59b6e2b812f7028cba8a01cf94165b081717848c.tar.lz
searchix-59b6e2b812f7028cba8a01cf94165b081717848c.tar.zst
searchix-59b6e2b812f7028cba8a01cf94165b081717848c.zip
chore: add build task to justfile
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
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