Handle yarnPath with exec permissions

This commit is contained in:
Stéphan Kochen
2020-08-24 19:53:28 +02:00
parent fe71de29aa
commit 75006ce73b
+1 -1
View File
@@ -16,7 +16,7 @@ let
# Defines the shell alias to run Yarn.
yarn-alias = ''
yarn() {
CI=1 "$NIX_YARN_PATH" "$@"
CI=1 node "$NIX_YARN_PATH" "$@"
}
'';