-
Notifications
You must be signed in to change notification settings - Fork 100
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
Hash mismatches from generated Nix expressions #139
Comments
By inspecting the output this seems to be caused by the fact that there is a git sub module, that gets automatically installed by the |
I just added preliminary git sub module support in revision efa2c2a I tested the package you provided and it seems to get successfully deployed. |
Great! I'll try to fix the affected package tomorrow and report back :) |
The issue appears to be fixed now, thanks a lot! (on a side note: I won't change the code in |
I've seen that there were similar issues in the past (#27, #7), however those were marked as resolved.
I managed to trigger the problem with a fork of
js-sequence-diagrams
:When generating expressions with
node2nix -i deps.json
and build it withnix-build -E "let i = import ./. {}; in i.\"js-sequence-diagrams-git+https://github.com/codimd/js-sequence-diagrams.git\""
, I get the following error:The text was updated successfully, but these errors were encountered: