Upgrade Your Development Environments with Devbox(alan.norbauer.com)6 points·by pushtheenvelope·il y a 3 ans·2 commentsalan.norbauer.comUpgrade Your Development Environments with Devboxhttps://alan.norbauer.com/articles/devbox-intro2 commentsPost comment[–]cabirum·il y a 3 ansreply> There are no VMs or containers> an operating system (NixOS)> Nix is there under the covers, but you don’t need to know anything aboutHow exactly does Nix run without using containers or VMs?[–]object-a·il y a 3 ansreplyDevbox 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.
> 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?