-
Notifications
You must be signed in to change notification settings - Fork 286
nix derivation #109
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
Comments
yep, new rust source commits, but the sha256 sum in the default.nix was not updated. line 19 in default.nix must have the value |
@kloenk, does this mean |
yes, because of the vendor sha256 sum |
yeah, we cannot keep that on the master branch. But I think we should rollback the changes on the travis.yml file |
Hmmm... 🤔 Perhaps it's best to not test the nix-build in the Travis build. At least not on the master branch. If nix-build must be pointed to specific commits, it would be irrelevant for testing PRs (since nix-build would be building a SHA, not the latest commit in the PR), and the build would fail at least once after each merged PR, since I don't think we can expect the maker of the PR to fix A possible solution I can think of is to have a separate branch just for nix-build. Set Travis to only test nix-build on this branch. |
@spenserblack we're in sync 😄 |
I agree that there is no need for the If we delete the default.nix that's also fine with me, but please keep the Cargo.lock file updated, at least with every tagged version, because that is needed for a release in nixpkgs. the default.nix is not needed in this repo for the package there. |
Makes sense to me 👍 |
I created a pr on nixpkgs for version 1.7.0 |
@kloenk I very much appreciate the effort you did in your PR, but there were a couple issues I found:
I decided to create a new PR incorporating all these changes: NixOS/nixpkgs#74191 I consider it important for you to get all the necessary attribution. So, I added you as a co-author to my PR - that should count. Feel free to add yourself as a maintainer if you feel like it (probably in a separate PR, as you need to add yourself to the maintainers list beforehand). If you have any questions - reach out to me. Thanks for your contributions! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
As NixOS/nixpkgs#74191 has been merged, this issue can be closed. |
I would like a Nix derivation, so one can build with nix-build, and maybe someone could even get it into nixpkgs, so it is available on any system running nix.
This feature would need a Cargo.lock file, and a default.nix, I will see that I build that files
The text was updated successfully, but these errors were encountered: