From 2b3348c40aaa2728fd4abaec7d8b05bc7ee1a385 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sun, 9 Feb 2025 03:17:32 +0700 Subject: [PATCH] Feat: no ... dots --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 33c1bcc5..5223c7ff 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,4 +1,4 @@ [phases.setup] nixPkgs = ['...','python3'] -aptPkgs = ['...','build-essential','libudev-dev'] +aptPkgs = ['build-essential','libudev-dev'] providers = ["node", "python"] \ No newline at end of file