Commit acf557b1 authored by Harinn's avatar Harinn
Browse files

papra: add nix-update-script

parent a5f1fae7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  vips,
  pkg-config,
  python3,
  nix-update-script,
}:
let
  pnpm = pnpm_10;
@@ -92,6 +93,8 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Open-source document management platform designed to help you organize, secure, and archive your files effortlessly.";
    homepage = "https://papra.app/";