Loading pkgs/by-name/st/stirling-pdf/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; passthru.updateScript = ./update.sh; meta = { changelog = "https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v${finalAttrs.version}"; description = "Locally hosted web application that allows you to perform various operations on PDF files"; Loading pkgs/by-name/st/stirling-pdf/update.sh 0 → 100755 +6 −0 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -i bash -p nix-update nix-update stirling-pdf $(nix-build -A stirling-pdf.mitmCache.updateScript) Loading
pkgs/by-name/st/stirling-pdf/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; passthru.updateScript = ./update.sh; meta = { changelog = "https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v${finalAttrs.version}"; description = "Locally hosted web application that allows you to perform various operations on PDF files"; Loading
pkgs/by-name/st/stirling-pdf/update.sh 0 → 100755 +6 −0 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -i bash -p nix-update nix-update stirling-pdf $(nix-build -A stirling-pdf.mitmCache.updateScript)