diff --git a/flake.nix b/flake.nix index e3db9f4..0f62c15 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,7 @@ { devShells.default = pkgs.mkShell { packages = with pkgs; [ + oxlint nodejs_22 typescript-language-server ];