Skip to content

Commit f73f47b

Browse files
committed
Update flake
1 parent 86fd5ea commit f73f47b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

flake.nix

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@
2828
rec {
2929
# nix develop
3030
devShell = pkgs.mkShell {
31-
buildInputs = with pkgs; [
32-
rusttoolchain
33-
# If you want to do rust wasm builds, comment out rust toolchain and this rustWithWasm
34-
# rustWithWasm
35-
pkg-config
36-
];
31+
buildInputs =
32+
with pkgs;
33+
[
34+
rusttoolchain
35+
# If you want to do rust wasm builds, comment out rust toolchain and uncomment this rustWithWasm
36+
# rustWithWasm
37+
pkg-config
38+
libiconv
39+
];
3740
};
3841

3942
}

0 commit comments

Comments
 (0)