all repos — website @ 320d0cbf276a89ac38e3b90b8cfc129a721adf95

My website

Add scripts for live-reloading incl. direnv
Alan Pearce alan@alanpearce.eu
Thu, 18 Apr 2024 17:10:28 +0200
commit

320d0cbf276a89ac38e3b90b8cfc129a721adf95

parent

656815a240bf56b6c46096d7875de1e04bc7c4a3

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

jump to
M flake.nixflake.nix
@@ -32,6 +32,12 @@ go-tools                 gomod2nix.packages.${system}.default
                 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'
+                '')
+                (writeShellScriptBin "watch-server" ''
+                  watchexec -r -w flake.nix --shell fish 'direnv exec . watchexec -r go run ./server.go'
+                '')
               ] ++ nativeBuildInputs;
             };
           };