all repos — searchix @ 2722f24af87f437ed9fcb8cc743ad1784141fd3a

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

build: fix wrong arguments in justfile

Alan Pearce
commit

2722f24af87f437ed9fcb8cc743ad1784141fd3a

parent

55efc5bec9703a299de5aac89006ed85600445fc

1 file changed, 3 insertions(+), 3 deletions(-)

jump to
M justfilejustfile
@@ -21,10 +21,10 @@ precommit:
nix-build -A pre-commit-check dev: - watchexec -e go -r wgo run -exit ./serve/ --live --config-file config.toml + watchexec -e go -r wgo run -exit ./serve/ --live --config config.toml index: - wgo run -exit ./import/ --config-file config.toml + wgo run -exit ./import/ --config config.toml reindex: - wgo run -exit ./import/ --config-file config.toml --replace + wgo run -exit ./import/ --config config.toml --replace