devenv
devenv copied to clipboard
Fast, Declarative, Reproducible, and Composable Developer Environments
It would be nice to have a way of running processes in the background, similar to `docker-compose up -d`. Maybe `devenv up -d` would be an intuitive choice?
To avoid reimplementing common service requirements (wait until postgres is ready to launch dependent services) I recommend taking a look at generating the data structure of https://github.com/F1bonacc1/process-compose and use it...
It's not always possible to add devenv.* files to the repository, so in those cases we can recommend the best workflow. Something like `devenv --from XXX shell`
I am really unsure if this is an issues of emacs or how devenv sets up packages. I am filing a ticket here because this is the first time I...
Loaded devenv via flake (main branch), then: ``` dream2nix on main [$] via ❄️ impure (dream2nix-devshell) ❯ rm -rf .envrc direnv: unloading dream2nix on main [$✘] ❯ devenv...
Devenv looks very interesting! But what bugs me a bit is that devenv needs to be installed on the system before it can be used in a project. That's an...
It would be useful to be able to expose a package set in an environment, so that environments that import it can use a subset. This would allow us to...
Currently, if you use direnv you'll get a note saying it takes too long to export: Is it possible to devenv to perform an export of everything it needs, like...
https://pypi.org/project/mkdocs-linkcheck/