Hacker News new | ask | show | jobs
by metadat 1517 days ago
Does Nix use qemu or a different technique to pull off this one-liner magic?
1 comments

There is one emulator mapped per target system. Depending on the target system it will use qemu, wine, wasmtime or mmixware.

https://github.com/NixOS/nixpkgs/blob/111839dcf6e9a8bac6972e...