Skip to content

Commit 4475ad9

Browse files
authored
Merge pull request #78 from Cs4r/main
Añadida configuración para correr el proyecto en MacOS
2 parents 1c5d585 + 9210594 commit 4475ad9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
inherit inputs;
2424
}
2525
{
26-
systems = [ "x86_64-linux" ];
26+
systems = [ "x86_64-linux" "aarch64-darwin" ];
2727
perSystem =
2828
{ config
2929
, pkgs
@@ -147,6 +147,7 @@
147147
leptosfmt
148148
cargo-make
149149
binaryen
150+
libiconv
150151
];
151152
};
152153
};

0 commit comments

Comments
 (0)