diff --git a/flake.nix b/flake.nix index e83110e..f2e238a 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ inherit inputs; } { - systems = [ "x86_64-linux" ]; + systems = [ "x86_64-linux" "aarch64-darwin" ]; perSystem = { config , pkgs @@ -147,6 +147,7 @@ leptosfmt cargo-make binaryen + libiconv ]; }; };