Unverified Commit 3cb4cc43 authored by Marco "Capypara" Köpcke's avatar Marco "Capypara" Köpcke
Browse files

google-lighthouse: add update script

parent 8517dde5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";