devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
## Current State Right now, Devbox only supports installing packages from it's hard-coded `nix-channel` (set to a specific SHA of the unstable channel). This limits the packages a developer can...
❗ execute `devbox shell` with error ``` Installing nix packages. This may take a while... Starting a devbox shell... thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: reqwest::Error...
## Current State Devbox does not let you specify a specific version of a package that you want to use. This means that the Devbox will only install the version...
## Current State Right now, if Developer A shares a `devbox.json` with Developer B, Developer B may get different packages installed when they run `devbox shell`. This can happen when...
The older versions of PHPs is not supported by nix(see https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/aliases.nix) , so when I use `devbox add php73`, it promts `Error: Package php73 not found.`. However there are some...
``` $ devbox add ghc $ devbox add haskellPackages.aeson $ devbox shell $ ghc-pkg list | grep aeson ``` That should show a package listed. Compare to the nix equivalent:...
## Summary Add a quick bun example and template in response to #1759 ## How was it tested? Localhost, could add testscript in the future
## Summary TSIA This was requested by community user. ## How was it tested? N/A
### What happened? I ran devbox generate and tried to use the generated files in vscode to create a devcontainer. Build fails because the generated Dockerfile first runs ```WORKDIR /code```...