|
2 weeks ago | |
---|---|---|
workspace | 2 weeks ago | |
.gitignore | 3 weeks ago | |
README.md | 2 weeks ago | |
start-vm.sh | 3 weeks ago |
sudo apt install binfmt-support qemu-user-static
configuration.nix
:{
boot.binfmt.emulatedSystems = [ "aarch64-linux" "armv7l-linux" ];
}
/etc/nix/nix.conf
:extra-platforms = aarch64-linux armv7l-linux
extra-sandbox-paths = /usr/libexec/qemu-binfmt /usr/bin/qemu-aarch64-static /usr/bin/qemu-arm-static