From 708c973cfd1f1812419ff20721bd81dc9d70f00e Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells <10456740+cdubz@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:45:32 -0700 Subject: [PATCH] Add nixpacks config --- 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 00000000..1b7b6302 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,4 @@ +# https://nixpacks.com/docs/configuration/file + +# https://nixpacks.com/docs/guides/configuring-builds +providers = ["python"]