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]