From 688e7e9de5099a91f0be0d8c4e7a61e702f07b6d Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 25 May 2025 15:48:27 +0200 Subject: [PATCH] feat: add node, rust, and go providers to nixpacks build environment --- nixpacks.toml | 1 + 1 file changed, 1 insertion(+) 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.