Skip to content

Commit

Permalink
template: null changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Jan 5, 2025
1 parent 7595aa1 commit ca91563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ overridenAttr.overrideAttrs (
// lib.optionalAttrs (src ? meta.homepage) {
meta = previousAttrs.meta // {
inherit (src.meta) homepage;
# null changelog as it may use `finalAttrs.src.tag` while we use `rev`
changelog = null;
};
}
// lib.optionalAttrs (extra ? depsBuildBuild) {
Expand Down

0 comments on commit ca91563

Please sign in to comment.