mirror of
https://github.com/sbrow/nix.git
synced 2026-06-27 10:48:33 -04:00
fix(go): updated docs command.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user