about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2024-03-06 18:08:10 +0100
committerKerstin Humm <kerstin@erictapen.name>2024-05-30 16:34:04 +0200
commitc42df26a93ea52aa4f6d31d50ba051bd63d58c65 (patch)
tree9cc2ec294b084aad87aebb320bb3a6baa6f98cc9 /pkgs/servers
parent9ca3f649614213b2aaf5f1e16ec06952fe4c2632 (diff)
mastodon: remove outdated override for openssl 3 support
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/mastodon/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/servers/mastodon/default.nix b/pkgs/servers/mastodon/default.nix
index 78c72187d81e8..9bc4dd29d6304 100644
--- a/pkgs/servers/mastodon/default.nix
+++ b/pkgs/servers/mastodon/default.nix
@@ -42,9 +42,6 @@ stdenv.mkDerivation rec {
       runHook preBuild
 
       export HOME=$PWD
-      # This option is needed for openssl-3 compatibility
-      # Otherwise we encounter this upstream issue: https://github.com/mastodon/mastodon/issues/17924
-      export NODE_OPTIONS=--openssl-legacy-provider
       fixup-yarn-lock ~/yarn.lock
       yarn config --offline set yarn-offline-mirror $yarnOfflineCache
       yarn install --offline --frozen-lockfile --ignore-engines --ignore-scripts --no-progress