blob: 54bc49013b79bbc2cff8955e0470b9add6f65f11 (
plain) (
tree)
|
|
{ depot ? import ../.. { } }:
with depot.third_party;
mkShell {
buildInputs = [
docker-compose
postgresql
];
PGPASSWORD = "password";
PGHOST = "localhost";
PGUSER = "panettone";
PGDATABASE = "panettone";
}
|