devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
### What happened? If I add an output from a remote flake it installs correctly ```sh devbox add "git+http://[email protected]/group/utils.git#kubeupdate" Info: Adding package "git+http://[email protected]/group/utils.git#kubeupdate" to devbox.json ``` ```json "packages": [ "rancher@latest",...
### Package name apacheKafka ### Nix package link https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=apacheKafka ### Software https://kafka.apache.org/
### What happened? Running `devbox update ` causes side effects. e.g. ➜ axiom git:(main) ✗ devbox global update go Info: Updating go@latest 1.24.0 -> 1.24.4 Info: Installing the following packages...
### Package name nimbusteam-layoutcss ### Nix package link _No response_ ### Software # repo https://github.com/darikoko/layoutcss/tree/main # npm package https://www.npmjs.com/package/@nimbusteam/layoutcss # documentation components box : https://www.layoutcss.dev/docs/components/box installation : https://www.layoutcss.dev/docs/get-started/installation
Hi , I have my Kubernetes cluster set up using k3d inside a devbox environment. I have some components deployed in my cluster on of which is Kong. When stream...
How to nixify the idpbuilder tool to have a devbox dev environment for backstage devs. github.com/cnoe-io/idpbuilder existing nix flake mentioning idpbuilder https://gist.github.com/JamesAtIntegratnIO/4c594ee91443a0a873b245f868206398 github.com/cnoe-io/idpbuilder stacks are optional extras: sso keycloak, crossplane,...
### What happened? I would like to use devbox as my primary package manager. I'm using Fish as a shell. I added this line ```devbox global shellenv --init-hook | source```...
### What happened? When running `devbox add wrangler`, the installation process gets stuck on the "fixup phase" and does not progress. I have: - Waited for hours with no completion....
### What happened? I am trying to understand how the PATH env var is set when invoking devbox shell. Specifically, if I update PATH in my .zshrc (like when doing...
### What problem are you trying to solve? I've started using devbox for a project with a fair amount of packages. Python, Node, Docker, Terraform, Yarn, etc. Whenever the package...