{ depot ? import ../.. { } }: with depot.third_party.nixpkgs; mkShell { buildInputs = [ docker-compose postgresql ]; PGPASSWORD = "password"; PGHOST = "localhost"; PGUSER = "panettone"; PGDATABASE = "panettone"; }
depot | ||
monorepo for the virus lounge | The Virus Lounge |
about summary refs log tree commit diff |
{ depot ? import ../.. { } }: with depot.third_party.nixpkgs; mkShell { buildInputs = [ docker-compose postgresql ]; PGPASSWORD = "password"; PGHOST = "localhost"; PGUSER = "panettone"; PGDATABASE = "panettone"; }