Export yarn-freestanding
This commit is contained in:
@@ -186,6 +186,7 @@ let
|
|||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit nodejs;
|
inherit nodejs;
|
||||||
|
yarn-freestanding = yarn;
|
||||||
yarn = writeShellScriptBin "yarn" ''
|
yarn = writeShellScriptBin "yarn" ''
|
||||||
exec '${yarn}/bin/yarn' --cwd '${project}/libexec/${project.name}' "$@"
|
exec '${yarn}/bin/yarn' --cwd '${project}/libexec/${project.name}' "$@"
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user