all repos — searchix @ 6a462c1356a505770a7a142745d394f52c151269

Search engine for NixOS, nix-darwin, home-manager and NUR users

build: add extra command to index without replacing existing index

Alan Pearce
commit

6a462c1356a505770a7a142745d394f52c151269

parent

b517b1e0e1933b310bcbbd718fc664f87226d3b6

1 file changed, 4 insertions(+), 1 deletion(-)

jump to
M justfilejustfile
@@ -23,5 +23,8 @@
dev: watchexec -e go -r wgo run -exit ./serve/ --live --config-file config.toml +index: + wgo run -exit ./import/ --config-file config.toml + reindex: - wgo run -exit ./import/ --replace --config-file config.toml + wgo run -exit ./import/ --config-file config.toml --replace