Merge pull request #269061 from lilyinstarlight/fix/prefetch-yarn-deps-certs

prefetch-yarn-deps: add cacert to provide certificates during fetches
This commit is contained in:
Felix Bühler 2023-11-21 23:31:57 +01:00 committed by GitHub
commit 752fa8a3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ in {
dontUnpack = src == null;
dontInstall = true;
nativeBuildInputs = [ prefetch-yarn-deps ];
nativeBuildInputs = [ prefetch-yarn-deps cacert ];
GIT_SSL_CAINFO = "${cacert}/etc/ssl/certs/ca-bundle.crt";
buildPhase = ''