[javascript] Rework the contracting loop following the asteroids changes
This commit is contained in:
parent
4c4e4cb98f
commit
01e3f05ea0
5 changed files with 30 additions and 20 deletions
7
nodejs/shell.nix
Normal file
7
nodejs/shell.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
||||
name = "node";
|
||||
nativeBuildInputs = with pkgs; [ ijq jq nodejs ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue