Initial commit

This commit is contained in:
Firepup Sixfifty 2023-10-01 18:39:12 -05:00
commit 208e773d65
62 changed files with 4545 additions and 0 deletions

14
replit.nix Normal file
View 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
];
}