-
Notifications
You must be signed in to change notification settings - Fork 107
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
After implementation of digga's rakeLeaves
, can't rebuild in the presence of */modules-list.nix
#351
Comments
If you wish to publish the stactrace on e.g. 0x0.st I could try to help you analyze it.
Thanks for the the note. I'll fix that asap. |
Here, I uploaded the whole stack trace: http://0x0.st/-WnO.txt |
Ok that didn't reveal much. 😕 Did you try to run Maybe we should pin core to a specific known working digga commit until we are able to merge |
I was originally on core and switched to develop in hopes that the misterious issue would be resolved there. I've tried changing nixpkgs source from release to master, but I get the same error. |
Ah, so it looks like you didn't resolve a merge conflict in the sense of the new digga |
I hope this commit would have been able to hint appropriately and within context would it have been available before 5bd943f |
rakeLeaves
, can't rebuild in the presence of */modules-list.nix
Good catch! Yeah, file deletion was a subtle conflict during merge alongsides more obvious conflicts, this notice would have helped. Removing the |
Solution: before updating to the implementation of
rakeLeaves
for modules, make sure to first merge 5bd943f — which tries to tell you what to do when the relevant merge conflict appears.Expected Behavior
Rebuild without errors after flake update.
Current Behavior
I get an undescriptive error originating from nixpkgs repository. It might be related to my setup, but the error doesn't really help finding the reason it's broken. Tested both
core
anddevelop
branches, both don't work.Also,
core
branch has incorrect url to digga main branch, as it refers to non-existingmaster
branch.The error in question:
the store path leads to nixpkgs deriviation.
Steps to Reproduce
nix develop
bud rebuild HOST switch
Your Environment
My devos repository: https://github.com/cipharius/devos
The text was updated successfully, but these errors were encountered: