From d9a7e85514198d4bf4624e8ae410ee241167600c Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:01:40 +0200 Subject: [PATCH] chore: use unstable --- nixpacks.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 91bf55a..943fb66 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,2 +1,3 @@ [phases.setup] -nixPkgs = ["bun", "nodejs"] \ No newline at end of file +nixPkgs = ["bun", "nodejs"] +nixpkgsArchive = "nixpkgs-unstable" \ No newline at end of file