machine(Tytonidae): Add emulatedSystems aarch64-linux, wasm64-wasi and x86_64-windows
This commit is contained in:
parent
4f23120c8c
commit
8e7e82a6fc
1 changed files with 7 additions and 0 deletions
|
|
@ -25,4 +25,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
boot.binfmt = {
|
||||||
|
emulatedSystems = [
|
||||||
|
"aarch64-linux"
|
||||||
|
"x86_64-windows"
|
||||||
|
"wasm64-wasi"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue