Skip to content

Commit

Permalink
dx: dry up code... makes big difference with 5+ server dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FossPrime authored Jun 5, 2023
1 parent 2c59f3f commit c7a7cf7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions replit.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{ pkgs }: {
deps = [
pkgs.nodejs-19_x
pkgs.nodePackages.typescript-language-server
];
}
{ pkgs }: { deps = with pkgs; [
nodejs-19_x
nodePackages.typescript-language-server
];}

0 comments on commit c7a7cf7

Please sign in to comment.