[javascript] fixed mining loop
This commit is contained in:
parent
fcbd9cf56c
commit
3b61a9694d
3 changed files with 4 additions and 4 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue