From 9531b978c3963ad5b3669ed9d0dd26aeeaa7ba43 Mon Sep 17 00:00:00 2001 From: jessydavid-dev Date: Tue, 25 Nov 2025 06:06:42 +0100 Subject: [PATCH] feat: Ajout de nixpacks.toml --- nixpacks.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..17ac6f8 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.setup] +nixPkgs = ["nodejs_20", "pnpm"]