John Lago

Results 107 comments of John Lago

Hey @janosimas, The best way to install alternate outputs like `dev` is not with the `package.output` format, but rather using the `--outputs` flag. For example: `devbox add [email protected] --outputs=out,dev` This...

It's unfortunately not very well documented or standardized, and you would need to check the source code in Nixpkgs. Generally libraries are in `lib` or `dev`, header files are in...

Hey @justinTM I think a good way to reuse scripts, packages, and other configuration is with [Devbox Plugins](https://www.jetify.com/devbox/docs/guides/creating_plugins/). As of Devbox 0.10, you can now define scripts and environment variables...

This should be doable if we update the version of Process Compose we are installing, and add a command to re-attach the TUI to the running services. I can investigate...

This is now available in Devbox 0.13.0 via `devbox services attach`, provided that you start your services in the background with `devbox services up -b`.

Is the init hook in the plugin not working with the new version? AFAICT the `env use` command is still valid for starting your environment?

I've tested your changes and I think I understand the fixes. Do you want to contribute your change to the project? I'd be happy to test and merge a PR...