astro / microvm.nix

NixOS MicroVMs
https://astro.github.io/microvm.nix/
MIT License
1.38k stars 101 forks source link

runner: fixed cross-compilation #214

Closed jpruiz84 closed 7 months ago

jpruiz84 commented 7 months ago

When running in aarch64 a x86 compiled version, the result microvm-run script uses x86 bash runtimeShell. Fixed by removing the buildPackages from runtimeShell.

astro commented 7 months ago

I fear that is going to conflict with the qemu-tcg use-case.

@mikatammi @ereslibre Please review.