mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
fetchYarnDeps: set impureEnvVars
Similar fix as https://github.com/NixOS/nixpkgs/pull/379841, but for FODs using fetchYarnDeps.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user