-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
aarch64aarch64 (or arm64) systemsaarch64 (or arm64) systemsbugSomething isn't workingSomething isn't workingdarwinmacOS systemsmacOS systems
Description
Current Behavior (bug)
Run devbox shell is failing, wating for long time, finally report an error
Expected Behavior (fix)
Run devbox shell success
Additional context
devbox version -v
Version: 0.8.2
Platform: darwin_arm64
Commit: 33ea788cb4dbf6958208669c9e4df9c1e858ad2c
Commit Time: 2023-11-15T00:23:52Z
Go Version: go1.21.3
Launcher: 0.2.0
devbox.json`
{
"packages": [
"nodejs@latest",
"yarn@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}Metadata
Metadata
Assignees
Labels
aarch64aarch64 (or arm64) systemsaarch64 (or arm64) systemsbugSomething isn't workingSomething isn't workingdarwinmacOS systemsmacOS systems