-
Notifications
You must be signed in to change notification settings - Fork 87
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
Git submodules not being initialized? #110
Comments
The PR was merged very recently, did you install the latest |
It's sadly not on the latest
This is the latest: https://github.com/NixOS/nix/releases/tag/2.3.6 |
I have been using:
To get a nix with submodule support, you should be able to use: Note the use of |
Thanks @evanjs ! What's the content of |
Contents of
|
This should be fixed now that we have #231 merged. Please feel free to re-open this ticket if the issue still appears 🙂 |
Hi!
I'm trying to use this tool to build vectordotdev/vector@0836bcd which depends on bytecodealliance/lucet@d741e2e
You can see here, one of the subcrates of
lucet
,lucet-wasi
, depends onwasi-common
which is a git submodule in the root.https://github.com/bytecodealliance/lucet/blob/d741e2e30df19d1f8abd1a8660219ac494336b76/lucet-wasi/Cargo.toml#L25
This seems to not be handled. :(
.
You can reproduce this with:
I see NixOS/nix#3166 but haven't managed to invoke it.
The text was updated successfully, but these errors were encountered: