diff --git a/flake.nix b/flake.nix index 59cc655a..27956a8a 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,11 @@ { devShell = pkgs.mkShell { name = "oddjs"; - buildInputs = with pkgs; [ nodejs-18_x ]; + buildInputs = with pkgs; [ + nodejs-18_x + nodePackages.rimraf + nodePackages.typescript + ]; }; }); }