sitespeed-io: add passthru.updateScript

This package lacks maintainance.
Likely due to the past build failures.

Let's try adding a confirmed working updateScript based on nix-update,
so potential automations are able to pick this up easier.
This commit is contained in:
emilylange 2024-02-15 01:29:53 +01:00
parent d78bdd627d
commit 82f3ee85d5
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -9,6 +9,7 @@
, procps
, python3
, xorg
, nix-update-script
# chromedriver is more efficient than geckodriver, but is available on less platforms.
@ -81,6 +82,10 @@ buildNpmPackage rec {
${lib.optionalString (withFirefox && !withChromium) "--add-flags '-b firefox'"}
'';
passthru = {
updateScript = nix-update-script { };
};
meta = with lib; {
description = "An open source tool that helps you monitor, analyze and optimize your website speed and performance";
homepage = "https://sitespeed.io";