From 7ebd767ba765371181693cb77ea9251ca18c2e7e Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Sat, 4 Jan 2025 12:40:51 -0600 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 363a502..84773c4 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,5 @@ [phases.install] -aptPkgs = ["...", "nodejs", "build-essential"] +aptPkgs = ["...", "yarnpkg", "build-essential"] cmds = ["...", "npm install --global yarn"] [phases.build]