devenv vs devbox vs nix-shell?

From this thread I found out about https://devenv.sh and https://www.jetpack.io/devbox but I'm having trouble comparing them to nix-shell.

Are they wrappers around nix-shell? They seem to do the same thing with services, devcontainer generation, environment variables, etc.

13 points · 2 comments · view on lemmy.world

2 Comments

lpchaim@programming.dev · 1 pts · 2y (1 reply)

I haven't used either, but at a glance devenv claims to use Nix while devbox explicitly says it doesn't. I've been happily using flakes with nix-direnv myself and I have no complaints but options are always nice so I'll keep an eye on this!

onlinepersona@programming.dev · 2 pts · 2y

I think devbox doesn't make it necessary to write nix, but it uses nix in the background.

CC BY-NC 4.0