Add nixpacks config

This commit is contained in:
Aroy-Art 2025-01-08 14:17:30 +01:00
parent d8071c0975
commit 21c258fc38
Signed by: Aroy
GPG key ID: 583642324A1D2070

12
nixpacks.toml Normal file
View file

@ -0,0 +1,12 @@
[ phases.setup]
aptPkgs = ["hugo"]
[ phases.build ]
cmds = ["hugo --minify"]
[ environment ]
HUGO_VERSION = "0.128.0"
[[ nixpacks.included_files ]]
paths = ["/public"]