1
0
Fork 0
mirror of https://github.com/thepaperpilot/Super-Auto-Coots.git synced 2025-03-22 22:21:38 +00:00
Super-Auto-Coots/replit.nix

8 lines
130 B
Nix
Raw Permalink Normal View History

2023-02-16 20:14:05 -06:00
{ pkgs }: {
deps = [
pkgs.nodejs-16_x
pkgs.nodePackages.typescript-language-server
pkgs.nodePackages.npm
];
}