From f6a7c34bd0c39d3e9ffaa2ba71e5afdcdf07194b Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 3 Jul 2022 14:25:59 +0000 Subject: [PATCH] add wasmer wasi binfmt Signed-off-by: Xe --- common/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/default.nix b/common/default.nix index affbd4c..7ab7a77 100644 --- a/common/default.nix +++ b/common/default.nix @@ -14,6 +14,12 @@ mosh ]; + boot.binfmt.emulatedSystems = [ + "wasm32-wasi" + "x86_64-windows" + "aarch64-linux" + ]; + nix = { package = pkgs.nixFlakes; extraOptions = ''