-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Using finalAttrs.src.tag
breaks if src
is overriden to use rev
#367739
Comments
Pretty strongly agree with this. |
I think the actual issue is depending on the internals of I've elaborated on this in #362692 before. You should just define a tag and use it in both places; whether that's using finalAttrs, a let binding or whatever. |
Should the changelog link's semantics be:
IMO it should be the latter. |
@ambroisie that's a separate discussion for which there already exists a separate issue. |
Ah, didn't know, will look for it. |
error: cannot coerce null to a string: null
Happens in dunst as it now does
changelog = "https://github.com/dunst-project/dunst/blob/${finalAttrs.src.tag}/CHANGELOG.md";
The fix is to not use finalAttrs in meta.
https://github.com/nix-community/nixpkgs-wayland/actions/runs/12472468718/job/34811407386#step:5:3478
https://github.com/NixOS/nixpkgs/pull/366584/files#r1896119706
#355973
The text was updated successfully, but these errors were encountered: