From 0c1327b01effd8cb1e19aae4875cb60c66592395 Mon Sep 17 00:00:00 2001 From: Michele Date: Thu, 31 Jul 2025 01:38:54 +0200 Subject: [PATCH] coolify setup --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index a65d82a..d85bc94 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,5 @@ [phases.setup] -nixPkgs = ["hugo"] +nixPkgs = ["hugo", "go"] [ phases.build ] cmds = ["hugo --minify --config config/_default/hugo.toml"]