diff --git a/nixpacks.toml b/nixpacks.toml index 61db53c..0e3df21 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -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.