Merge pull request #195581 from cab404/outline-apply-node-fix
outline: fix not using legacy provided during build
This commit is contained in:
commit
3cb43544f1
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
|
||||
yarn config --offline set yarn-offline-mirror $yarnOfflineCache
|
||||
fixup_yarn_lock yarn.lock
|
||||
|
|
Loading…
Reference in a new issue