No devenv videos yet. You could help us improve this page by suggesting one.
Based on our record, devenv should be more popular than Flox. It has been mentiond 46 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Is the objective to get inside a container to do dev stuff? Reminds me of https://www.jetify.com/devbox and https://flox.dev/. - Source: Hacker News / about 1 month ago
I think it's a bad addition since it pushes people towards a worse solution to a common problem. Using "go tool" forces you to have a bunch of dependencies in your go.mod that can conflict with your software's real dependency requirements, when there's zero reason those matter. You shouldn't have to care if one of your developer tools depends on a different version of a library than you. It makes it so the tools... - Source: Hacker News / 3 months ago
I think that's a bit reductive, but I get the intent. A lot of people see systemic problems in their development and turn to tools to reduce the cognitive load, busywork, or just otherwise automate a solution. For example "we always argue over formatting" -> use an automated formatter. That makes total sense as long as managing/interacting with the tool is less work, not just different work. With Nix I still think... - Source: Hacker News / 4 months ago
Try flox [0]. It's an imperative frontend for Nix that I've been using. I don't know how to use nix-shell/flakes or whatever it is they do now, but flox makes it easy to just install stuff. [0]: https://flox.dev/. - Source: Hacker News / 4 months ago
If you like NixOs and virtual development environments, perhaps try https://www.jetify.com/devbox or https://flox.dev/. - Source: Hacker News / 4 months ago
If writing a devshell on your own seems more complicated than necessary, you can use tools like Devenv or Devbox (by the same team that built NixHub), which are both built on Nix. Devenv provides nice wrappers to automatically add languages, services (like postgres or redis), etc. On top of your flake, without having to do the shenanigans we had to do with Valkey. Devbox on the other hand, lets you skip writing... - Source: dev.to / 4 months ago
I'd be interested in anybody who has tried https://devenv.sh/ and https://www.jetify.com/devbox and chosen one over the other. Tried devbox which has been good, but not devenv. - Source: Hacker News / 5 months ago
Did you try https://devenv.sh/? It uses Nix under the hood but with an improved DX experience. I haven't used it myself personally since I find Nix good enough but I am curious if you would still choose mise over devenv. - Source: Hacker News / 5 months ago
Https://devenv.sh/ and Dev Containers are not the same thing. - Source: Hacker News / 6 months ago
Devenv.sh merits exploration too. It is something of a hybrid, with a JSON-like programming language, YAML configuration, and Docker-like composition of services. - Source: dev.to / 8 months ago
Podman - Simple debugging tool for pods and images
DevBox - Everyday utilities for the everyday developer
Daytona - Daytona is the enterprise-grade Codespaces alternative for managing self-hosted, secure and standardized development environments.
IBM Bluemix Container Service - IBM Bluemix Container Service is a cloud-based service that allows users to run, deploy, and manage the applications of the cloud.
NixOS - 25 Jun 2014 . All software components in NixOS are installed using the Nix package manager. Packages in Nix are defined using the nix language to create nix expressions.
Skaffold - Easy and Repeatable Kubernetes Development