1
0
mirror of https://github.com/journey-ad/Moe-Counter.git synced 2025-01-07 03:51:40 +01:00
Moe-Counter/replit.nix

8 lines
138 B
Nix
Raw Normal View History

2023-03-06 12:28:29 +01:00
{ pkgs }: {
deps = [
pkgs.nodejs-18_x
pkgs.nodePackages.typescript-language-server
pkgs.yarn
pkgs.replitPackages.jest
];
}