Export yarn-freestanding

This commit is contained in:
Stéphan Kochen
2022-10-21 20:29:28 +02:00
parent c624743e33
commit c58f4b3338
+1
View File
@@ -186,6 +186,7 @@ let
passthru = {
inherit nodejs;
yarn-freestanding = yarn;
yarn = writeShellScriptBin "yarn" ''
exec '${yarn}/bin/yarn' --cwd '${project}/libexec/${project.name}' "$@"
'';