diff --git a/shell.nix b/shell.nix index 04058224..d91d742b 100644 --- a/shell.nix +++ b/shell.nix @@ -9,4 +9,6 @@ pkgs.mkShellNoCC { go nodejs yarn ]; + + NODE_OPTIONS = "--openssl-legacy-provider"; }