diff options
author | Alan Pearce | 2024-12-04 17:28:48 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-04 17:28:48 +0100 |
commit | c92530b7940bfd9e0940dd07e4a33b8dc4b575ea (patch) | |
tree | 465c3d05b2034e1a0c1daefcad2c645c79bfd90a /justfile | |
parent | ec4946ee959b2d7d28287e9cd4643a0698833f6b (diff) | |
download | searchix-c92530b7940bfd9e0940dd07e4a33b8dc4b575ea.tar.lz searchix-c92530b7940bfd9e0940dd07e4a33b8dc4b575ea.tar.zst searchix-c92530b7940bfd9e0940dd07e4a33b8dc4b575ea.zip |
fix: use UTC time for fetch/import timer
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile index 46c927a..dfa7bec 100644 --- a/justfile +++ b/justfile @@ -27,6 +27,9 @@ format: fix: go fix . +generate-defaults: + wgo run --exit ./cmd/searchix-web --print-default-config > defaults.toml + precommit: nix-build -A pre-commit-check |