devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
### 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...
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...
### 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", "....
### 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...
### 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...
### 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...