Accomodate update nix to 0.29.0 This CL in crosvm is needed to accomodate update of nix. Upstream updates are introduced later. Test: m Bug: 401100059 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:da4636eb9ea586f25142e58aa592f99b4bebacae) Merged-In: I0c3232e370d7cc08f935e92eb514df9c1028a2cd Change-Id: I0c3232e370d7cc08f935e92eb514df9c1028a2cd
crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor, with a focus on simplicity, security, and speed. crosvm is intended to run Linux guests, originally as a security boundary for running native applications on the ChromeOS platform. Compared to QEMU, crosvm doesn’t emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.
crosvm is currently used to run Linux/Android guests on ChromeOS devices.