Add a nix flake#37
Merged
Merged
Conversation
Member
|
hi @Pacman99, this is awesome! I'm not a nix expert, but it LGTM. My only concern / question is: how do we keep in sync the version of the Rust crate declared in the I would like to avoid as much manual steps required for publishing a new version. |
Contributor
Author
|
That is a great point, I just updated the flake to use the nix crane library, which imports the cargo toml and lock file to build the package. Now nothing has to be updated on the nix side! |
scarmuega
approved these changes
Jun 24, 2022
|
one of the smallest flakes I've seen 🚀 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
So that scrolls can be built with nix build and accessible by other projects using nix, namely cardano-world.
cc @blaggacao