mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
outline: fix not using legacy provided during build
This commit is contained in:
parent
d709a2063d
commit
6a31ff5b30
@ -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 New Issue
Block a user