Live data from Hacker News

Upgrade Your Development Environments with Devbox

alan.norbauer.com

1–3 of 3 posts

Re: Upgrade Your Development Environments with Devbox

#3
post #2

> There are no VMs or containers > an operating system (NixOS) > Nix is there under the covers, but you don’t need to know anything about How exactly does Nix run without using containers or VMs?

Devbox is using Nix the Package Manager, not Nix the Operating System. The Nix Package Manager can run on macOS and Linux without needing a container or VM, since it installs the packages natively.