You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to 0.13.3 and start services up then I got error message Error: nix: command error: nix --extra-experimental-features ca-derivations --option experimental-features 'nix-command flakes fetch-closure' build --impure --no-link 'github:NixOS/nixpkgs/1f37660f64a850233baab512c9b9bd83fb72be57#mongodb': exit code 1 after running devbox services up
Info: Ensuring packages are installed.
Info: Installing the following packages to the nix store: mongodb@latest
error: the user '_nixbld1' in the group 'nixbld' does not exist
Error: nix: command error: nix --extra-experimental-features ca-derivations --option experimental-features 'nix-command flakes fetch-closure' build --impure --no-link 'github:NixOS/nixpkgs/1f37660f64a850233baab512c9b9bd83fb72be57#mongodb': exit code 1
error: the user '_nixbld1' in the group 'nixbld' does not exist
Error: nix: command error: nix --extra-experimental-features ca-derivations --option experimental-features 'nix-command
I think this is related to an issue with Nixpkgs on macOS Sequoia. Newer versions of macOS overwrote some of the UIDs that Nix uses to build it's packages.
To fix this, you can try running the repair script here:
Error: nix: command error: nix --extra-experimental-features ca-derivations --option experimental-features 'nix-command flakes fetch-closure' print-dev-env --json path:/home/papo/dev/python-etf/.devbox/gen/flake: attribute 'python313' missing: exit code 1
Error: There was an internal error. Run with DEVBOX_DEBUG=1 for a detailed error message, and consider reporting it at https://github.com/jetify-com/devbox/issues
error: the user '_nixbld1' in the group 'nixbld' does not exist
Error: nix: command error: nix --extra-experimental-features ca-derivations --option experimental-features 'nix-command
I think this is related to an issue with Nixpkgs on macOS Sequoia. Newer versions of macOS overwrote some of the UIDs that Nix uses to build it's packages.
To fix this, you can try running the repair script here:
What happened?
After upgrading to 0.13.3 and start services up then I got error message
Error: nix: command error: nix --extra-experimental-features ca-derivations --option experimental-features 'nix-command flakes fetch-closure' build --impure --no-link 'github:NixOS/nixpkgs/1f37660f64a850233baab512c9b9bd83fb72be57#mongodb': exit code 1
after runningdevbox services up
Steps to reproduce
the
devbox.json
Command
No response
devbox.json
No response
Devbox version
0.13.3
Nix version
No response
What system does this bug occur on?
macOS (Apple Silicon)
Debug logs
Info: Ensuring packages are installed.
Info: Installing the following packages to the nix store: mongodb@latest
error: the user '_nixbld1' in the group 'nixbld' does not exist
Error: nix: command error: nix --extra-experimental-features ca-derivations --option experimental-features 'nix-command flakes fetch-closure' build --impure --no-link 'github:NixOS/nixpkgs/1f37660f64a850233baab512c9b9bd83fb72be57#mongodb': exit code 1
Error: There was an internal error. Run with DEVBOX_DEBUG=1 for a detailed error message, and consider reporting it at https://github.com/jetify-com/devbox/issues
The text was updated successfully, but these errors were encountered: