6 lines
95 B
Nix
6 lines
95 B
Nix
{ pkgs }: {
|
|
deps = with pkgs; [
|
|
nodejs-16_x
|
|
nodePackages.typescript-language-server
|
|
];
|
|
}
|