devbox
devbox copied to clipboard
`devbox add wrangler` stuck on "fixupPhase"
What happened?
When running devbox add wrangler, the installation process gets stuck on the "fixup phase" and does not progress. I have:
- Waited for hours with no completion.
- Tried on multiple laptops, ruling out machine-specific issues.
- Verified that other packages install correctly
Steps to reproduce
- Install Devbox (latest version).
- Run devbox add wrangler.
- Observe that the process hangs indefinitely at the "fixupphase."
Command
No response
devbox.json
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
"packages": [
"adr-tools@latest",
"git@latest",
"bun@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}
Devbox version
0.13.4
Nix version
2.24.9
What system does this bug occur on?
macOS (Intel)
Debug logs
No response
For me it took 5m26s and most of the time in the fixupPhase.
Devbox: 0.14.2 Nix: 2.25.3