From d885218b2bd986658d419ceda445d1f987afba5e Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Thu, 2 Jan 2025 16:27:42 -0600 Subject: [PATCH] Update nixpacks.toml Fix formatting --- nixpacks.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index f8c58ad8..74373d3f 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,11 +1,11 @@ [phases.setup] aptPkgs = ["hugo"] -[ phases.build ] +[phases.build] cmds = ["hugo --minify"] -[ environment ] +[environment] HUGO_VERSION = "0.120.4" -[[ nixpacks.included_files ]] +[[nixpacks.included_files]] paths = ["/public"]