Merge pull request #269068 from NixOS/backport-269061-to-release-23.11

[Backport release-23.11] prefetch-yarn-deps: add cacert to provide certificates during fetches
This commit is contained in:
Felix Bühler
2023-11-21 23:43:12 +01:00
committed by GitHub

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 = ''