From 08ac36a5ccdc87d10d6b0abafa034e55fdab1cdc Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Sun, 5 Jan 2025 16:55:09 -0600 Subject: [PATCH] Update nixpacks.toml Because Debian. --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 2b369a4..697aa80 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -2,4 +2,4 @@ aptPkgs = ["...", "yarnpkg", "build-essential"] [phases.build] -cmds = ["mix compile", "mix ecto.setup", "pushd assets && yarn install && popd"] +cmds = ["mix compile", "mix ecto.setup", "pushd assets && yarnpkg install && popd"]