enable rv32 emulation

This commit is contained in:
illustris 2022-12-03 21:23:10 +05:30
parent 97c8cc6cbe
commit cb77bb3b44
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -19,7 +19,10 @@ in
# Support ARM builds # Support ARM builds
boot = { boot = {
binfmt.emulatedSystems = [ "aarch64-linux" ]; binfmt.emulatedSystems = [
"aarch64-linux"
"riscv64-linux"
];
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;