From 3b61a9694d0053fb08c93a2e23b5a49edeac0a07 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 19 Mar 2024 02:05:15 +0100 Subject: [javascript] fixed mining loop --- nodejs/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nodejs/shell.nix') diff --git a/nodejs/shell.nix b/nodejs/shell.nix index afa559e..a8d584e 100644 --- a/nodejs/shell.nix +++ b/nodejs/shell.nix @@ -3,5 +3,5 @@ pkgs.mkShell { LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; name = "node"; - nativeBuildInputs = with pkgs; [ ijq jq nodejs ]; + nativeBuildInputs = with pkgs; [ ijq jq nodejs_21 ]; } -- cgit v1.2.3