|
vor 2 Wochen | |
---|---|---|
workspace | vor 2 Wochen | |
.gitignore | vor 3 Wochen | |
README.md | vor 2 Wochen | |
start-vm.sh | vor 3 Wochen |
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