machine(Tytonidae): Add emulatedSystems aarch64-linux, wasm64-wasi and x86_64-windows

This commit is contained in:
ulic-youthlic 2025-07-01 08:34:53 +08:00
parent 4f23120c8c
commit 2688e918d9
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -25,4 +25,11 @@
};
};
};
boot.binfmt = {
emulatedSystems = [
"aarch64-linux"
"x86_64-windows"
"wasm64-wasi"
];
};
}