Skip to content

Commit

Permalink
🐛 Fix permission issues in 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 75e4943 commit 5d1e219
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions nix/pkgs/frontend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ stdenv.mkDerivation {
export NPM_CONFIG_CACHE="$(mktemp -d)"
export NODE_EXTRA_CA_CERTS="${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
echo "store-dir = $(mktemp -d)" > .npmrc
pnpm install --frozen-lockfile
${lib.concatStringsSep "\n" versionExports}
Expand Down

0 comments on commit 5d1e219

Please sign in to comment.