From f7a4596469d0652f868cad2d97a9edf92f4bc4c7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 21 Jan 2024 14:36:47 +0530 Subject: feat(parser): adds calc expression parser --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 1571649..15a0536 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ with (import { }); mkShell { buildInputs = [ - nodejs-18_x + nodejs_21 nodePackages.typescript nodePackages.prettier nodePackages.eslint -- cgit v1.3.1