From 7199f4a54d1dd38c292298c43c10979e978e1807 Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 23 Jan 2025 15:13:43 -0800 Subject: [PATCH] Create nixpacks.toml --- nixpacks.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..ec3c433 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,4 @@ +[phases.setup] +nixPkgs = ["nodejs_18", "bun"] +aptPkgs = ["curl", "wget"] +