Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ depot ? import ../.. { } }:
with depot.third_party;
mkShell {
buildInputs = [
docker-compose
postgresql
];
PGPASSWORD = "password";
PGHOST = "localhost";
PGUSER = "panettone";
PGDATABASE = "panettone";
}