devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
Hello team, I'm the maintainer of [Anteon](https://github.com/getanteon/anteon). We have created Gurubase.io with the mission of building a centralized, open-source tool-focused knowledge base. Essentially, each "guru" is equipped with custom knowledge...
### What happened? I cannot install gcc using devbox on my MacOS 15.7.1 (Apple M4 Pro) ### Steps to reproduce 1. `devbox init` 2. `devbox add gcc` ### Command add...
### What problem are you trying to solve? Devbox’s current Python documentation only covers pipenv and poetry for virtual environment management. However, [uv](https://github.com/astral-sh/uv) has quickly become a preferred modern Python...
### What problem are you trying to solve? Hello, **Use case** I want to build a dev stack for our dev team based on devbox. The full featured application is...
## Summary I will modify `go.mod` to have `go 1.25.0` in a subsequent PR (or maybe release?). Because we have a dependency in our Github Action tests (e.g. `Test Flake...
We're testing against really old versions of Nix that nixpkgs no longer supports. Update the job to test against newer versions of Nix.
## Summary Getting this error: ``` % devbox run build Info: Running script "build" on /Users/savil/code/jetify/devbox go: downloading github.com/Masterminds/semver v1.5.0 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 # github.com/golangci/golangci-lint/cmd/golangci-lint /Users/savil/go/pkg/mod/golang.org/[email protected]/pkg/tool/darwin_arm64/link: running clang failed:...
## Summary ## How was it tested? ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache...
### What happened? When adding two different flakes as inputs in `devbox.json` based on private git input, devbox will interpret them as one input and therefore not install the dependencies...
### What problem are you trying to solve? I have packaged something that is outside of nixpkgs the same way nixpkgs packages stuff and would like to use it in...