fetch-yarn-deps: fix missing cert when fetching packages
Found while updating element-web
This commit is contained in:
parent
c7916a507b
commit
f16843cb31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user