Commit 571f174d authored by HigherOrderLogic's avatar HigherOrderLogic
Browse files

changelogen: add update script

parent e0ee1a75
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";