Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-13 06:16:33 +00:00
committed by GitHub
33 changed files with 281 additions and 138 deletions

View File

@@ -46,8 +46,7 @@ in
b=$(basename $f)
if [ "$b" = mix ]; then continue; fi
wrapProgram $f \
--prefix PATH ":" "${lib.makeBinPath [ erlang coreutils curl bash ]}" \
--set CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
--prefix PATH ":" "${lib.makeBinPath [ erlang coreutils curl bash ]}"
done
substituteInPlace $out/bin/mix \