From 75e49436af475bc8409b9a840862942361b00411 Mon Sep 17 00:00:00 2001 From: Philipp Mandler Date: Thu, 28 Dec 2023 00:39:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20cacerts=20for=20frontend?= =?UTF-8?q?=20derivation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nix/pkgs/frontend.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/pkgs/frontend.nix b/nix/pkgs/frontend.nix index 4d9ac5ac..8cda5453 100644 --- a/nix/pkgs/frontend.nix +++ b/nix/pkgs/frontend.nix @@ -31,6 +31,7 @@ stdenv.mkDerivation { '' # npm is used by some packages export NPM_CONFIG_CACHE="$(mktemp -d)" + export NODE_EXTRA_CA_CERTS="${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" pnpm install --frozen-lockfile