-
Notifications
You must be signed in to change notification settings - Fork 88
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
Private crate registries #186
Comments
cargo2nix has some private registry support. It may require updating. I'll see if I can pull some examples out of the original creators. |
You can add a config.toml to your naersk build by creating a file at Line 30 in aec8bd9
|
But it seems naersk doesn't support this yet. We need to update this Lines 433 to 449 in aec8bd9
|
I ran into the same issue. Would be great if naersk respects config.toml. |
Hey!
I am starting to play around with nix to build Rust projects and I am experimenting on a crate that pulls in some dependencies from a private crate registry.
This leads to a failure when doing nix flake check:
I imagine this is perhaps related to
naersk
ignoring.cargo/config.toml
?The text was updated successfully, but these errors were encountered: