Create nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 15:13:43 -08:00
parent 65b7b4433d
commit 7199f4a54d

4
nixpacks.toml Normal file
View file

@ -0,0 +1,4 @@
[phases.setup]
nixPkgs = ["nodejs_18", "bun"]
aptPkgs = ["curl", "wget"]