fetchYarnDeps: set impureEnvVars

Similar fix as https://github.com/NixOS/nixpkgs/pull/379841, but for
FODs using fetchYarnDeps.
This commit is contained in:
Florian Klink
2026-07-29 18:18:25 +02:00
parent e2587caef7
commit b3ee76e2a1

View File

@@ -136,6 +136,8 @@ in
cacert
];
impureEnvVars = lib.fetchers.proxyImpureEnvVars;
env = {
GIT_SSL_CAINFO = "${cacert}/etc/ssl/certs/ca-bundle.crt";
NODE_EXTRA_CA_CERTS = "${cacert}/etc/ssl/certs/ca-bundle.crt";