John Lago

Results 107 comments of John Lago

@pomdtr we have added a feature to the [VSCode extension](https://marketplace.visualstudio.com/items?itemName=jetpack-io.devbox) that can generate a .devcontainer.json file and Dockerfile that works with your Devbox project. If you have a chance to...

Two ways to write the above command to get the desired effect are: ``` curl -fsSL https://get.jetpack.io/devbox -o install-devbox.sh && chmod +x ./install-devbox.sh && FORCE=1 ./install-devbox.sh ``` or ``` curl...

This issue is no longer relevant, since we deprecated `devbox build`

Updates are no longer automatic, and require the user to manually run `devbox version update`.

Closing this issue since we have deprecated `devbox build` in an earlier release Developers can now generate Dockerfiles using `devbox generate dockerfile` or `devbox generate devcontainer` to run their environments,...

As of 0.4.7, we've released support for Nix Flakes in your package list. This means you can now install PHP versions from the fossar/nix-phps repo by adding the following to...

Confirmed this is still an issue. I think @ParetoOptimalDev is right that the solution is to rewrite `haskellPackages` to `haskellPackages.ghcWithPackages`. I _think_ the implementation would be similar to what we...

Basic Nim-lang support can be found here: https://www.jetpack.io/devbox/docs/devbox_examples/languages/nim/ Since we deprecated build, we will no longer ship the Planner detection for it.

Devbox should now support spaces in paths as of [Devbox 0.13.1](https://github.com/jetify-com/devbox/releases/tag/0.13.1)

I think Gitlab is supported, but the flake reference is a little different. I'm looking at the Docs here: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html ``` Since GitLab allows for self-hosting, you can specify host...