Skip to content

Commit

Permalink
Merge pull request #218 from Jovian-Experiments/pnpm-magic
Browse files Browse the repository at this point in the history
decky-loader: fix build with latest staging
  • Loading branch information
K900 authored Nov 17, 2023
2 parents 4e1f560 + b667f6e commit d4978a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/decky-loader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
, fetchpatch
, nodePackages
, nodejs
, cacert
, python3
}:
let
Expand All @@ -30,6 +31,7 @@ let
runHook preBuild
export SOURCE_DATE_EPOCH=1
export NODE_EXTRA_CA_CERTS="${cacert}/etc/ssl/certs/ca-bundle.crt"
cd frontend
pnpm i --ignore-scripts --ignore-pnpmfile --frozen-lockfile --node-linker=hoisted
Expand Down

0 comments on commit d4978a4

Please sign in to comment.