MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.99k stars 529 forks source link

[Nix] Update Nix support for Mina respecting o1js submodule inversion #15045

Open shimkiv opened 9 months ago

shimkiv commented 9 months ago

The o1js is no longer submodule of Mina repo (https://github.com/o1-labs/o1js/issues/1096) yet Nix configuration contains leftovers that will be goo to clean up. At the same time we do still need to be able to build o1js_stubs within the Mina repo which depends on the Wasm bindings.

shimkiv commented 9 months ago

Related internal discussion thread.