Closed Kreyren closed 3 years ago
I am trying to resolve https://github.com/NixOS/nixpkgs/issues/131615 through nix-way.. Can i specify the architecture in nixos-shell to build the package on aarch64 ?
nixos-shell
aarch64
No. Not at the moment. Cross compiling works but not booting qemu for different architectures. Right now qemu also only supports kvm-only, which is smaller than the full qemu package.
I am trying to resolve https://github.com/NixOS/nixpkgs/issues/131615 through nix-way.. Can i specify the architecture in
nixos-shell
to build the package onaarch64
?