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
error: cannot coerce null to a string: nullHappens 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