From 109e09df503620065b4d03c0f8a1062ef9ecfcf3 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 1 Nov 2024 00:57:59 -0500 Subject: [PATCH] Add note on purpose of poetry version in Nixpacks config --- backend/nixpacks.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/nixpacks.toml b/backend/nixpacks.toml index 595ad32..239320b 100644 --- a/backend/nixpacks.toml +++ b/backend/nixpacks.toml @@ -1,2 +1,3 @@ [variables] + # Otherwise, Poetry will use a very old & incompatible version, 1.3.1 NIXPACKS_POETRY_VERSION='1.8.4' \ No newline at end of file