all repos — searchix @ 35df7d411b34c5fc166b06589e1a89cdb7231491

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

build: pass config file to dev command
Alan Pearce alan@alanpearce.eu
Thu, 09 May 2024 20:10:42 +0200
commit

35df7d411b34c5fc166b06589e1a89cdb7231491

parent

8ab9adf719090e213bd91b2747986ba6ef94576d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M justfilejustfile
@@ -21,4 +21,4 @@ precommit: 	nix-build -A pre-commit-check
 
 dev:
-	watchexec wgo run -exit ./serve/ --live
+	watchexec wgo run -exit ./serve/ --live --config-file config.toml