diff --git a/nixpacks.toml b/nixpacks.toml index a9774e0..2294f20 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -7,7 +7,7 @@ cmds = [ "curl -sSfL https://go.dev/dl/go1.23.12.linux-amd64.tar.gz | tar -xz -C /usr/local", "cd kobopatch-wasm && bash setup.sh", "cd kobopatch-wasm && bash build.sh", - "bash nickelmenu/setup.sh", + "cd nickelmenu && bash setup.sh", ] [start]