Titanium / replit.nix
vortex123's picture
Upload 19 files
3b1f2ce verified
raw
history blame contribute delete
59 Bytes
{ pkgs }: {
deps = [
pkgs.nodejs-18_x
];
}