yarnInstallHook: add meta.description (#464630)

This commit is contained in:
Philip Taron
2025-11-24 17:33:22 +00:00
committed by GitHub
@@ -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;
}