-
Notifications
You must be signed in to change notification settings - Fork 20
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
cargo build failing #229
Comments
Hi, Are you using the nix package manager? It seems the tree-sitter-repo is not cloned. |
Not using nix (but want to look into it somewhere in the future when I have enough free-time allotted). I thought only cloning the repo and than
|
Oh, you have to clone all repos from this file into vendor folder: https://github.com/BrianHicks/tree-grepper/blob/main/flake.nix |
Thanks for clarifying. I think I'll go with nix than :) |
Disclaimer: not a rust user, so there could be an oversight on my side. But
cargo build
mostly worked for me in the past.Running
cargo build
leads to this error:I used the most recent version of the git repo (commit:
cc93c0330be512860db7e23011093341fb61b2f6
-> "│ Merge pull request #228 from BrianHicks/dependabot/cargo/cc-1.0.78")The text was updated successfully, but these errors were encountered: