8 lines
196 B
Markdown
8 lines
196 B
Markdown
# NixOS on RISC-V
|
|
|
|
For now let's try to boot it in qemu.
|
|
|
|
$ nix build .#nixosConfigurations.visionfive-cross.config.system.build.vm
|
|
|
|
That would cross-build a bootable RISC-V qemu VM from x86.
|