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 would like to use the command line to get info about a nix package without having a `devbox.json` file in my...

feature
triage

I'm using Devbox with Go and noticed an inconsistency that might confuse users. In the [documentation example on the website](https://www.jetify.com/docs/devbox/devbox_examples/languages/go/), the `GOPATH` is set to `$PWD`: ```json { "packages": [...

### What problem are you trying to solve? The README.md file is perfect to get an overview what to expect of the environment you can work with. There is a...

feature
triage

### What happened? Given an iCloud working directory like this: ``` /Users/bob/Library/Mobile Documents/com~apple~CloudDocs/Projekte/ag/molecule ``` ...and a file `devbox.json` like this: ``` "init_hook": [ "echo 'Welcome to devbox!' > /dev/null", "....

bug
triage

### What problem are you trying to solve? At $WORK, we've started to install devbox through WSL but we've needed to make some adjustments due to naming conflicts. The machines...

feature
triage

### What problem are you trying to solve? Allow arbitrary custom configs via an official plugin. #### Summary There are a lot of requests for allowing support for different configuration...

feature
triage

### What problem are you trying to solve? `devbox.json` supports comments, which is quite helpful. By default though, IDEs and GitHub diffs don't expect `.json` files to have comments, and...

feature
triage