feat: add node, rust, and go providers to nixpacks build environment
This commit is contained in:
parent
1815cd5b55
commit
688e7e9de5
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user