-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Nix flakes for integration into HBB performance workflow #95
Comments
@goodlyrottenapple and @Baltoli can probably help with Nixifying this stack. |
We should write the process of doing this down so that it's easier next time we set up a nixified project. |
I have started looking into this, but we should probably clarify what exactly the goal is. E.g. if we just need to run kwasm or the mx-backend tests, but don't want/need to distribute these projects via kup, then we can just use nix to build a shell with any dependencies like If we also want to make these projects available via kup, then it's obviously more involved and I will need to better understand how people expect to interact with these projects |
We want |
We have the ability to run integration tests here: #94
We want to make this as easy as possible for HBB team, which requires having
flake.nix
for it. This requires:flake.nix
forwasm-semantics
Add Nix flake build wasm-semantics#603flake.nix
formx-semantics
flake.nix
formx-backend
The text was updated successfully, but these errors were encountered: