Skip to content

Commit

Permalink
fetch-yarn-deps: fix missing cert when fetching packages
Browse files Browse the repository at this point in the history
Found while updating element-web
  • Loading branch information
SuperSandro2000 authored and yayayayaka committed Nov 22, 2023
1 parent c7916a5 commit f16843c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/build-support/node/fetch-yarn-deps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f16843c

Please sign in to comment.