1
0
Fork 0
mirror of https://github.com/thepaperpilot/Planar-Pioneers.git synced 2025-03-30 20:49:12 +00:00
Planar-Pioneers/replit.nix

8 lines
130 B
Nix
Raw Normal View History

2022-03-01 20:41:28 -06:00
{ pkgs }: {
deps = [
pkgs.nodejs-16_x
pkgs.nodePackages.typescript-language-server
pkgs.nodePackages.npm
];
}