Y
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
zimbatm
1516 days ago
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...
link
https://github.com/NixOS/nixpkgs/blob/111839dcf6e9a8bac6972e...