savil
savil
@spe888 can you `export DEVBOX_DEBUG=1` prior to running `devbox add` and then share the output? It'll print more information during the failure. This will help us diagnose the problem.
The error seems to be: `error: the group 'nixbld' specified in 'build-users-group' does not exist`. This indicates that the nix-installation didn't work properly.
We'll look into it...
@AbdeenM since this issue is about devbox-in-docker, I think your problem is unrelated. Can you try following the thread about updating the nix install with MacOS Sequoia and open a...
@dax thanks for filing this issue. To clarify: are you imagining an option that you apply as a one-off when doing `devbox shell/run/shellenv`, or something you want to permanently apply...
#2013 is out in the new 0.10.6 release!
cc @gcurtis
@PerttyZhan could you do `export DEVBOX_DEBUG=1`, re-run `devbox shell`, and then share the output please?
@PerttyZhan thanks for sharing that. For clarity: 1. Are all the errors you are seeing having to do with downloading the .narinfo from the nix cache? Or are there other...
Thanks for the feedback on this. We fixed the working directory for devbox run to be the project-root folder so that scripts invoked by it run more deterministically. Prior to...