mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
8 lines
143 B
Nix
8 lines
143 B
Nix
{ pkgs }: {
|
|
deps = [
|
|
pkgs.nodejs-18_x
|
|
pkgs.nodePackages.typescript-language-server
|
|
pkgs.yarn
|
|
pkgs.replitPackages.jest
|
|
];
|
|
}
|