From 5fa22780bd5a37f397db66cdc146eb15696473b9 Mon Sep 17 00:00:00 2001 From: shialoth Date: Wed, 30 Apr 2025 18:29:12 +0000 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/nixpacks.toml b/nixpacks.toml index 5c8325e..33309a5 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,6 +1,7 @@ [phases.setup] nixPkgs = [ "nodejs_20", + "gcc", "python3" ]