From 7be4cb601223ee38ddf92396ef34f169ba1368b6 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 7 Oct 2023 12:13:35 +0300 Subject: [PATCH] fix(tooling): Add npx to nix' devShell --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index d0f89850b..5327a61d7 100644 --- a/flake.nix +++ b/flake.nix @@ -82,6 +82,8 @@ pkgs.luarocks # For commitlint git hook pkgs.yarn + # For npx + pkgs.nodejs ]; }; };