feat: add node, rust, and go providers to nixpacks build environment

This commit is contained in:
Greg 2025-05-25 15:48:27 +02:00
parent 1815cd5b55
commit 688e7e9de5

View File

@ -3,6 +3,7 @@
# This section ensures that Hugo is available in the build environment.
# Nixpacks will use Nix to provide the 'hugo' package.
[phases.setup]
providers = ["node", "rust", "go"] # Ensures common build toolchains are available
nix_pkgs = ["hugo"]
# This section defines the command(s) to build your Hugo site.