From 54ad70a262af52827bd5a4cfcce8d9a6d659efec Mon Sep 17 00:00:00 2001 From: EvolutionX <85353424+EvolutionX-10@users.noreply.github.com> Date: Fri, 31 Jan 2025 00:29:14 +0530 Subject: [PATCH] chore: add nixpacks --- nixpacks.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 00000000..91b3db0f --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,3 @@ +[phases.setup] +nixPkgs = ['openssl'] +nixLibs = ['openssl']