From e98c02c0904a032154c158c00f870f9d6ab85c9b Mon Sep 17 00:00:00 2001 From: shialoth Date: Wed, 30 Apr 2025 18:22:36 +0000 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 971b326..48709b8 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -2,9 +2,7 @@ nixPkgs = [ "nodejs_20", "npm-10_x", - "python3", - "make", - "gcc" + "python3" ] [phases.install]