Add scripts for live-reloading incl. direnv
Alan Pearce alan@alanpearce.eu
Thu, 18 Apr 2024 17:10:28 +0200
1 files changed, 6 insertions(+), 0 deletions(-)
jump to
M flake.nix → flake.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; }; };