From 92930e110f80a680bc770968d2d98c9ae594114a Mon Sep 17 00:00:00 2001 From: Iris System Date: Fri, 25 Oct 2024 13:44:11 +1300 Subject: [PATCH] chore: force nodejs legacy openssl in shell.nix --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; }