Skip to content
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

Try pkg.meta.position after unsafeGetAttrPos #267

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

pbsds
Copy link
Contributor

@pbsds pbsds commented Aug 10, 2024

meta.position is prone to point at files where src and version is not contained, as is the case for overridden packages and packages that use a generic builder.
There is also the fix explored in NixOS/nixpkgs#329900 and NixOS/nixpkgs#295973, which would alleviate many of the errors while creating new ones.

Fixes #247 (comment)

`meta.position` is prone to point at files where `src` and `version` is not contained, as is the case for overridden packages and packages that use a generic builder.
@Mic92
Copy link
Owner

Mic92 commented Aug 10, 2024

@mergify queue

Copy link
Contributor

mergify bot commented Aug 10, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at 0785ad8

@mergify mergify bot merged commit 0785ad8 into Mic92:master Aug 10, 2024
6 checks passed
@doronbehar
Copy link
Contributor

Fixes the issue for me :) Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants