nixfmt: add meta.changelog

This commit is contained in:
Matt Sturgeon
2026-05-30 23:58:22 +01:00
parent ce5210e9c7
commit dededefefa

View File

@@ -8,9 +8,10 @@
let
inherit (haskell.lib.compose) overrideCabal justStaticExecutables;
cabalOverrides = {
cabalOverrides = drv: {
passthru.updateScript = ./update.sh;
teams = [ lib.teams.formatter ];
changelog = "https://github.com/NixOS/nixfmt/releases/tag/v${drv.version}";
};
# haskellPackages.mkDerivation and haskell.lib.compose.overrideCabal