From 49e4f32aceca575df623ec3a24a7f26e4270c2d5 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sun, 9 Feb 2025 03:20:44 +0700 Subject: [PATCH] feat: nix fix gi --- nixpacks.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 5223c7ff..9c1e5679 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,4 +1,4 @@ [phases.setup] nixPkgs = ['...','python3'] -aptPkgs = ['build-essential','libudev-dev'] -providers = ["node", "python"] \ No newline at end of file +aptPkgs = ['libnss3', 'libatk1.0-0', 'libatk-bridge2.0-0', 'libcups2', 'libgbm1', 'libasound2', 'libpangocairo-1.0-0', 'libxss1', 'libgtk-3-0', 'libxshmfence1', 'libglu1', 'build-essential','libudev-dev'] +providers = ["node", "python"]