Initial commit
This commit is contained in:
commit
208e773d65
62 changed files with 4545 additions and 0 deletions
14
replit.nix
Normal file
14
replit.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs }: {
|
||||
deps = [
|
||||
pkgs.calc
|
||||
pkgs.openssh
|
||||
pkgs.inetutils
|
||||
pkgs.lsof
|
||||
pkgs.nodejs-18_x
|
||||
pkgs.nodePackages.typescript-language-server
|
||||
pkgs.yarn
|
||||
pkgs.replitPackages.jest
|
||||
pkgs.ncurses.dev
|
||||
pkgs.pkg-config
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue