changelogen: add update script (#461235)

This commit is contained in:
Aleksana
2025-11-15 02:15:02 +00:00
committed by GitHub
+3
View File
@@ -5,6 +5,7 @@
nodejs,
pnpm_10,
npmHooks,
nix-update-script,
}:
let
pnpm = pnpm_10;
@@ -42,6 +43,8 @@ stdenv.mkDerivation (finalAttrs: {
dontNpmPrune = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "Beautiful Changelogs using Conventional Commits";
homepage = "https://github.com/unjs/changelogen";