enable rv32 emulation
This commit is contained in:
parent
97c8cc6cbe
commit
cb77bb3b44
@ -19,7 +19,10 @@ in
|
||||
|
||||
# Support ARM builds
|
||||
boot = {
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
"riscv64-linux"
|
||||
];
|
||||
|
||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user