all repos — searchix @ 6c8c36b2c34bc375859230ddc13c5071274f60b4

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

build: workaround wgo CPU usage
Alan Pearce alan@alanpearce.eu
Tue, 07 May 2024 15:25:02 +0200
commit

6c8c36b2c34bc375859230ddc13c5071274f60b4

parent

64520c95ef7ad3042049ad1bfcad7f72f1ae1325

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

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