Unverified Commit e52eddd4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

changelogen: add update script (#461235)

parents 5215b3a8 571f174d
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";