Mid-Simulator/replit.nix

7 lines
95 B
Nix
Raw Normal View History

2022-04-18 01:14:39 +00:00
{ pkgs }: {
deps = with pkgs; [
nodejs-16_x
nodePackages.typescript-language-server
];
}