Skip to content

Commit

Permalink
Create replit.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxxin authored Dec 7, 2022
1 parent 4b31363 commit e2ba474
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions replit.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ pkgs }: {
deps = [
pkgs.nodejs-16_x
pkgs.nodePackages.typescript-language-server
pkgs.yarn
pkgs.replitPackages.jest
];
}

0 comments on commit e2ba474

Please sign in to comment.