google-lighthouse: add update script

This commit is contained in:
Marco "Capypara" Köpcke
2026-02-11 17:48:42 +01:00
parent 8517dde55a
commit 3cb4cc4331
@@ -9,6 +9,7 @@
yarnInstallHook,
nodejs,
makeWrapper,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "google-lighthouse";
@@ -50,6 +51,9 @@ stdenv.mkDerivation (finalAttrs: {
'';
doDist = false;
passthru.updateScript = nix-update-script { };
meta = {
description = "Automated auditing, performance metrics, and best practices for the web";
homepage = "https://developer.chrome.com/docs/lighthouse/overview";