Open
Conversation
Contributor
🔍 Suggested ReviewersBased on git blame analysis of the changed lines, the following contributors have significant experience with the modified code:
Please consider reviewing this PR as you have authored significant portions of the code being modified. Your expertise would be valuable! 🙏 This comment was automatically generated by git-blame-auto-reviewer Last updated: 2026-02-12T15:41:32.808Z |
Deploying devenv with
|
| Latest commit: |
a966892
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://98c31d16.devenv.pages.dev |
| Branch Preview URL: | https://crate2nix.devenv.pages.dev |
0ae02e5 to
6b8a04d
Compare
fff8f7b to
ebecef0
Compare
The task runs `crate2nix generate` when Cargo.lock is modified, keeping the Nix build file in sync with Rust dependencies. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Cargo.nix, crate-config.nix, and crate-hashes.json for crate2nix - Update workspace.nix to use crate2nix instead of crane - Pass pkgs explicitly to workspace.nix in flake.nix and tasks.nix Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update Cargo dependencies - Update crate2nix flake input to latest version - Regenerate Cargo.nix with updated crate2nix - Fix nix-bindings-rust hash in crate-hashes.json - Remove extraTargetFlags from workspace.nix (unsupported in new crate2nix) - Patch Cargo.nix to unconditionally include valuable dependency for tracing-core Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Needs nix-community/crate2nix#416