-
Notifications
You must be signed in to change notification settings - Fork 248
Can't download uncached dependencies #335
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
Comments
I’m stuck at the same error trying to build https://github.com/serokell/lootbox/tree/kirelagin/haskell.nix 🙁. (I even tried to commit |
I believe the haskell.nix/lib/call-stack-to-nix.nix Line 26 in 5884ab0
|
@angerman I think the problem is deeper. It'd be really nice to not add any extra auto-generated files to the repo, including Or, to be fair, we can wait for recursive nix to land in release and then just slightly change stuff so that it all magically works. |
@balsoft ok, so I think I have an idea... First off, we have the Then we have the pure/restricted eval issue where we can only use fixed-output-derivations. This in turn requiers all However, and here it gets interesting, you are running this in non-restricted mode. I believe we are missing This is just a hunch, but it at least explains (to me) the issue you are seeing. I'll have to check if I can find some time to investirage this later. If you feel like investigating, please do! |
I believe that currently (before recursive nix rolls out) running I do feel like investigating! |
This is resolved. |
While trying to build https://github.com/serokell/crossref-verifier/tree/balsoft/haskell.nix I face a strange error.
Just because I feel like this might be something related to nix itself,
Full log of the failed derivation is here: https://0x0.st/zIgk.txt
The text was updated successfully, but these errors were encountered: