mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixfmt: add meta.changelog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user