Skip to content

Commit

Permalink
Merge pull request #2000 from o1-labs/fix/update-nix-readme
Browse files Browse the repository at this point in the history
Update nix readme
  • Loading branch information
ymekuria authored Feb 3, 2025
2 parents 3a00f3a + 9aa12fa commit e1d70be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Alternatively, try this change in the `src/mina/flake.nix` file:
```
- devShellPackages = with pkgs; [ rosetta-cli wasm-pack nodejs binaryen ];
+ devShellPackages = with pkgs; [ rosetta-cli wasm-pack nodejs binaryen cargo libiconvI];
+ devShellPackages = with pkgs; [ rosetta-cli wasm-pack nodejs binaryen cargo libiconv];
```
### wasm32-unknown-unknown
Expand Down

0 comments on commit e1d70be

Please sign in to comment.