gemini3hackathon-oppy / replit.nix
whung99
feat: deploy Oppy with Google API integration
0d37119
raw
history blame contribute delete
93 Bytes
{ pkgs }: {
deps = [
pkgs.python313
pkgs.nodejs_20
pkgs.bashInteractive
];
}