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
I'd say this is a problem on your machine. I just did the following. Seems to work okay for me:
mkdir sandbox
cd sandbox
devbox init
devbox add [email protected]
Ensuring nixpkgs registry is downloaded.
Downloaded 'github:NixOS/nixpkgs/2f9d395f057a50f8076f633c10519035fce8d773?narHash=sha256-jy34Nf4Tn1ITZcYyMBn1/7jA8bCCIZDpiVahqlCXfww%3D' to '/nix/store/ri2aw0dp8gjpygcx2q1ib5ajh85gc0f0-source' (hash 'sha256-jy34Nf4Tn1ITZcYyMBn1/7jA8bCCIZDpiVahqlCXfww=').
Ensuring nixpkgs registry is downloaded: Success
Info: Adding package "[email protected]" to devbox.json
Info: Installing the following packages to the nix store: [email protected]
python NOTES:
Python in Devbox works best when used with a virtual environment (venv, virtualenv, etc.). Devbox will automatically create a virtual environment using `venv` for python3 projects, so you can install packages with pip as normal.
To activate the environment, run `. $VENV_DIR/bin/activate` or add it to the init_hook of your devbox.json
To change where your virtual environment is created, modify the $VENV_DIR environment variable in your init_hook
This plugin creates the following helper files:
* /data/code/sandbox/.devbox/virtenv/python/bin/venvShellHook.sh
This plugin sets the following environment variables:
* UV_PYTHON=/data/code/sandbox/.devbox/nix/profile/default/bin/python
* VENV_DIR=/data/code/sandbox/.venv
To show this information, run `devbox info python`
What happened?
Can't add packages.
I tried tried
devbox add [email protected]
.Searching for packages seem to be working.
Steps to reproduce
Command
add
devbox.json
Devbox version
0.13.6
Nix version
nix (Nix) 2.18.1
What system does this bug occur on?
Linux (x86-64)
Debug logs
The text was updated successfully, but these errors were encountered: