From 3941d77d103a3d031ab6c0f918eb90e2a6e0f662 Mon Sep 17 00:00:00 2001 From: HangerThem Date: Mon, 3 Aug 2026 17:44:07 +0200 Subject: [PATCH] Added git to nixpacks.toml fix --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index bc8ec18..e6ec59c 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,2 +1,2 @@ [phases.setup] -aptPkgs = ["libnss3", "libatk1.0-0", "libatk-bridge2.0-0", "libcups2", "libgbm1", "libasound2t64", "libpangocairo-1.0-0", "libxss1", "libgtk-3-0", "libxshmfence1", "libglu1", "chromium", "unzip", "curl", "wget", "git] \ No newline at end of file +aptPkgs = ["libnss3", "libatk1.0-0", "libatk-bridge2.0-0", "libcups2", "libgbm1", "libasound2t64", "libpangocairo-1.0-0", "libxss1", "libgtk-3-0", "libxshmfence1", "libglu1", "chromium", "unzip", "curl", "wget", "git"] \ No newline at end of file