-
Notifications
You must be signed in to change notification settings - Fork 10
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
Make a Nix derivation for hs-abci #3
Comments
I have a little bit of experience with nix, but not a lot. I think a good solution would be this stack:
To generate a derivation it might be useful to follow this skeleton/tutorial for a nix based monorepo. The crux of the monorepo approach is this nix function that traverse directories and picks up Alternatively, you could just have a |
@JonathanLorimer There's #53 which I've been using downstream for a while. |
@alexfmpe oh nice, that looks great. |
We want to make a Nix derivation for hs-abci since it's the goal to have everything in this project built on Nix. We still want to make use of stack / cabal for incremental builds during development though.
There might be some research here since everyone is kind of new to Nix. Everything I know about it I'm learning from this example.
Please comment here on the strategy.
The text was updated successfully, but these errors were encountered: