From 6a31ff5b30058cbfccdb096e27c566bb6f1e49ed Mon Sep 17 00:00:00 2001 From: Vladimir Serov Date: Tue, 11 Oct 2022 23:47:28 +0400 Subject: [PATCH] outline: fix not using legacy provided during build --- pkgs/servers/web-apps/outline/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/web-apps/outline/default.nix b/pkgs/servers/web-apps/outline/default.nix index 49433fdac8af..8726dae4c8da 100644 --- a/pkgs/servers/web-apps/outline/default.nix +++ b/pkgs/servers/web-apps/outline/default.nix @@ -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