File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 550550 {
551551 name = "tsserver" ;
552552 description = "tsserver for TypeScript" ;
553- package = pkgs . nodePackages . typescript-language-server ;
553+ package = pkgs . typescript-language-server ;
554554 }
555555 {
556556 name = "typos-lsp" ;
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ pkgs: {
8181 stylua
8282 tfsec
8383 topiary
84- treefmt
8584 trivy
8685 typstfmt
8786 typstyle
@@ -145,7 +144,7 @@ pkgs: {
145144 isortd = pkgs . isort ;
146145 ltrs = pkgs . languagetool-rust ;
147146 markdownlint_cli2 = pkgs . markdownlint-cli2 ;
148- markdownlint = pkgs . nodePackages . markdownlint-cli ;
147+ markdownlint = pkgs . markdownlint-cli ;
149148 mix = pkgs . elixir ;
150149 nimpretty = pkgs . nim ;
151150 nixfmt = pkgs . nixfmt-classic ;
@@ -173,6 +172,7 @@ pkgs: {
173172 terraform_fmt = pkgs . terraform ;
174173 terraform_validate = pkgs . terraform ;
175174 tidy = pkgs . html-tidy ;
175+ treefmt = pkgs . treefmt2 ;
176176 verible_verilog_format = pkgs . verible ;
177177 vint = pkgs . vim-vint ;
178178 write_good = pkgs . write-good ;
You can’t perform that action at this time.
0 commit comments