Skip to content
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

feat(nix): use Cargo.lock instead of hash #773

Merged
merged 2 commits into from
Dec 29, 2024
Merged

Conversation

konradmalik
Copy link
Contributor

This allows to not care about nix files when developing rust.

Cargo hash will be automatically computed from Cargo.lock, while git depencencies will be provided with their checksums by allowsBuiltinFetchGit (this is only allowed outside nixpkgs).

This allows to not care about nix files when developing rust.

Cargo hash will be automatically computed from Cargo.lock,
while git depencencies will be provided with their checksums by `allowsBuiltinFetchGit` (this is only allowed outside nixpkgs).
@Saghen Saghen merged commit d9513ee into Saghen:main Dec 29, 2024
@Saghen
Copy link
Owner

Saghen commented Dec 29, 2024

Thanks!

@konradmalik konradmalik deleted the cargo-lock branch December 29, 2024 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants