Unverified Commit e2d5d61d authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

yarnInstallHook: add meta.description (#464630)

parents 4e3ff6a3 86fb2726
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -195,5 +195,8 @@ in
    substitutions = {
      jq = lib.getExe jq;
    };
    meta = {
      description = "Prune yarn dependencies and install files for packages using Yarn 1";
    };
  } ./yarn-install-hook.sh;
}