add wasmer wasi binfmt

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-07-03 14:25:59 +00:00
parent 1f45209acb
commit f6a7c34bd0
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@
mosh
];
boot.binfmt.emulatedSystems = [
"wasm32-wasi"
"x86_64-windows"
"aarch64-linux"
];
nix = {
package = pkgs.nixFlakes;
extraOptions = ''