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"]