1
0
Fork 0

[javascript] fixed mining loop

This commit is contained in:
Julien Dessaux 2024-03-19 02:05:15 +01:00
parent fcbd9cf56c
commit 3b61a9694d
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 4 additions and 4 deletions

View file

@ -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 ];
}