Add riscv64 emulation
This commit is contained in:
parent
92a980dab2
commit
910cb992f8
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [
|
boot.binfmt.emulatedSystems = [
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
"riscv64-linux"
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Reference in a new issue