Mid-Simulator/replit.nix
2022-04-18 01:14:39 +00:00

6 lines
95 B
Nix

{ pkgs }: {
deps = with pkgs; [
nodejs-16_x
nodePackages.typescript-language-server
];
}