Delete replit.nix

This commit is contained in:
ION606
2022-07-29 03:03:29 -04:00
committed by GitHub
parent 5e7c511af6
commit 26c1b77de3
-8
View File
@@ -1,8 +0,0 @@
{ pkgs }: {
deps = [
pkgs.nodejs-16_x
pkgs.nodePackages.typescript-language-server
pkgs.yarn
pkgs.replitPackages.jest
];
}