Skip to content

Commit 9aa12fa

Browse files
committed
chore(README-nix.md): update devShellPackages in flake.nix to remove unnecessary 'I' from libiconv package name
1 parent 3a00f3a commit 9aa12fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-nix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Alternatively, try this change in the `src/mina/flake.nix` file:
189189
190190
```
191191
- devShellPackages = with pkgs; [ rosetta-cli wasm-pack nodejs binaryen ];
192-
+ devShellPackages = with pkgs; [ rosetta-cli wasm-pack nodejs binaryen cargo libiconvI];
192+
+ devShellPackages = with pkgs; [ rosetta-cli wasm-pack nodejs binaryen cargo libiconv];
193193
```
194194
195195
### wasm32-unknown-unknown

0 commit comments

Comments
 (0)