From f1a28a2394aac0c04feedc730c4724f819adc8e4 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Tue, 27 Sep 2022 20:32:14 -0700 Subject: [PATCH] openssl legacy --- wand.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wand.nix b/wand.nix index 2f31c66..48734a8 100644 --- a/wand.nix +++ b/wand.nix @@ -150,6 +150,8 @@ let pkgs.stdenv.mkDerivation { inherit name; + NODE_OPTIONS = "--openssl-legacy-provider"; + src = elmCleanSource src; buildInputs = with pkgs.elmPackages; [ elm nodeSource ];