From 01e3f05ea0d4360cb85de67928c7b5bd9ed48742 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 15 Mar 2024 22:17:10 +0100 Subject: [javascript] Rework the contracting loop following the asteroids changes --- nodejs/shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nodejs/shell.nix (limited to 'nodejs/shell.nix') diff --git a/nodejs/shell.nix b/nodejs/shell.nix new file mode 100644 index 0000000..afa559e --- /dev/null +++ b/nodejs/shell.nix @@ -0,0 +1,7 @@ +{ pkgs ? import {} }: + +pkgs.mkShell { + LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; + name = "node"; + nativeBuildInputs = with pkgs; [ ijq jq nodejs ]; +} -- cgit v1.2.3