Skip to content

Commit e1d70be

Browse files
authored
Merge pull request #2000 from o1-labs/fix/update-nix-readme
Update nix readme
2 parents 3a00f3a + 9aa12fa commit e1d70be

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)