Create replit.nix

This commit is contained in:
q13x 2023-06-06 23:01:05 -08:00 committed by GitHub
parent f3c0fd4416
commit efadaffd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
replit.nix Normal file
View File

@ -0,0 +1,10 @@
{ pkgs }: {
deps = [
pkgs.yarn
pkgs.esbuild
pkgs.nodejs-16_x
pkgs.nodePackages.typescript
pkgs.nodePackages.typescript-language-server
];
}