Skip to content

Commit

Permalink
🐛 Fix cacerts for frontend derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
phlmn authored and rroohhh committed Dec 28, 2023
1 parent 2ee6e82 commit 75e4943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/pkgs/frontend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75e4943

Please sign in to comment.