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 happened? Hi there :) I wanted to try devbox on my Mac, but it always fails when running `devbox shell`. The path of the project does not contain...

bug
triage

### What happened? I have `awscli2` installed on my system via `home-manager`. It works just fine. However, after starting a devbox shell, it begins throwing an error anytime I execute...

bug
triage

Hi, I am very new to nix and discovered this amazing tool for building environments with version pinning! I work with neuroimaging and not all packages I use are in...

### What happened? In my `.zshenv`, I have this: ```shell eval "$(devbox global shellenv --init-hook)" source "$HOME/.cargo/env" # also setting some env vars... ``` When I open a general shell,...

bug
triage

Localstack has been rolled back from 3.2.0 to 3.0.0 in latest nixpkgs https://github.com/NixOS/nixpkgs/issues/306848 but both are available on nixhub - `devbox add localstack@latest` will install `3.0.0`, which is good because...

### What happened? When launching `devbox shell` I got the following message ``` Error: GET https://search.devbox.sh/v2/resolve?name=age&version=latest: unexpected status code 429 Too Many Requests: Too Many Requests ``` The expected command...

bug
triage

### What happened? When installing both `awscli2` and `aws-sam-cli` via a devbox plugin (plugin.json's `packages` entry), the `aws` command fails to start in the main project's devbox shell: ``` (devbox)...

bug
triage

Please package https://github.com/turbot/powerpipe as a package As a reference, one can look at the steampipe package, which is already present in nixpkgs. Currently nixpkgs contains steampipe.io as a package. As...

**Is your feature request related to a problem you're trying to solve? Please describe.** It's hard to use GUI apps installed on MacOS by DevBox because there's no easy way...

feature

### What problem are you trying to solve? I would like to override the environment variables passed to a service. ### What solution would you like? It would be nice...

feature
triage