8 lines
165 B
TOML
8 lines
165 B
TOML
[phases.setup]
|
|
nixPkgs = ["hugo", "go"]
|
|
|
|
[ phases.build ]
|
|
cmds = ["hugo --minify --config config/_default/hugo.toml"]
|
|
|
|
[[ nixpacks.included_files ]]
|
|
paths = ["dist"] |