about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e5a2ebb..c0a6c80 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,7 +33,7 @@
                 gci
                 flyctl
                 (writeShellScriptBin "watch-builder" ''
-                  watchexec -r -w flake.nix --shell fish 'direnv exec . watchexec -w templates -w cmd/build -r go run ./cmd/build'
+                  watchexec -r -w flake.nix --shell fish 'direnv exec . watchexec -i server.go -i public -r go run ./cmd/build'
                 '')
                 (writeShellScriptBin "watch-server" ''
                   watchexec -r -w flake.nix --shell fish 'direnv exec . watchexec -r go run ./server.go'