From 7325588a0f21a939dfcb861792f95f7a9d1ebc15 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:53:45 -0400 Subject: [PATCH] fix(go): updated docs command. --- templates/go/flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/go/flake.nix b/templates/go/flake.nix index 09e2596..111e5c6 100644 --- a/templates/go/flake.nix +++ b/templates/go/flake.nix @@ -96,7 +96,9 @@ # Run this with nix run .#dev process-compose.dev.settings.processes = { mail.command = "${pkgs.mailhog}/bin/MailHog"; - web.command = "${pkgs.air}/bin/air --"; + web.command = "${pkgs.caddy}/bin/caddy run"; + web.is_elevated = true; + docs.command = "${pkgs.pkgsite}/bin/pkgsite --http localhost:6060"; }; devShells.default = pkgs.mkShell