devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Instant, easy, and predictable development environments

Results 427 devbox issues
Sort by recently updated
recently updated
newest added

### What problem are you trying to solve? I see python examples, but I don't see R examples. I think that R users will like devbox too :) ### What...

feature
triage

Hi! I'd like to install packages from a NUR: https://nur.nix-community.org/repos/rseops/ and just doing `devbox add` didn't work. I'm fairly new to this ecosystem, so apologizes in advance if I'm missing...

feature

## Description When entering `devbox shell` on macOS, the following warning is displayed: ``` warning: unhandled Platform key FamilyDisplayName ``` This is a cosmetic warning that doesn't affect functionality, but...

Bumps the pip group with 1 update in the /examples/stacks/django directory: [django](https://github.com/django/django). Updates `django` from 4.2.22 to 4.2.25 Commits 57d20b2 [4.2.x] Bumped version for 4.2.25 release. 9504bba [4.2.x] Fixed CVE-2025-59682...

dependencies
python

### What problem are you trying to solve? Can you please explain in the readme why this project is better than using Nix Flake? ### What solution would you like?...

feature
triage

### What happened? Running a script does not load the env vars when using --env-file. ### Steps to reproduce 1. `devbox init` 2. `echo PERSON=Phil > .env` 3. `devbox run...

bug
triage

This is package that i want to be on nixhub.io https://pypi.org/project/enquiries/

### What happened? Hi, We are running nix with substituters pointing to an artifactory instance, as we do not have direct internet access. Hence, we defined substituters in /etc/nix/nix.conf. When...

bug
triage

The [Install with Devbox](https://www.jetify.com/devbox/docs/installing_devbox/) links displayed under https://www.nixhub.io/packages/* lead to a 404. They should probably rather link to: https://www.jetify.com/docs/devbox/installing-devbox/

## Summary NixOS does not have /bin/bash, so generated .envrc doesn't work. This changes /bin/bash to portable /usr/bin/env bash. ## How was it tested? Ran `go build -o ./devbox-test ./cmd/devbox...