Skip to content

Commit

Permalink
build(shell.nix): typescript-language-server
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Mar 24, 2024
1 parent 75d18a0 commit 662a8f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ let
pkgs = import <nixpkgs> {};
in
pkgs.mkShell {
packages = [pkgs.nodejs_latest];
packages = [
pkgs.nodejs_latest
pkgs.nodePackages_latest.typescript-language-server
];
}

0 comments on commit 662a8f4

Please sign in to comment.