fetch-yarn-deps: fix missing cert when fetching packages

Found while updating element-web
This commit is contained in:
Sandro Jäckel 2023-11-22 00:59:44 +01:00 committed by Yaya
parent c7916a507b
commit f16843cb31
No known key found for this signature in database

View File

@ -64,6 +64,7 @@ in {
nativeBuildInputs = [ prefetch-yarn-deps cacert ];
GIT_SSL_CAINFO = "${cacert}/etc/ssl/certs/ca-bundle.crt";
NODE_EXTRA_CA_CERTS = "${cacert}/etc/ssl/certs/ca-bundle.crt";
buildPhase = ''
runHook preBuild