Mic92 / nixos-shell

Spawns lightweight nixos vms in a shell
MIT License
677 stars 39 forks source link

Specify architecture? #39

Closed Kreyren closed 3 years ago

Kreyren commented 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 ?

Mic92 commented 3 years ago

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.