diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-26T19·31-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-26T21·55+0000 |
commit | 696924b5ef11ca82ba8b66d67a9e85cab04ebf5e (patch) | |
tree | df2f1fa9c2b51ac434da9485b64225f434ffbf35 /third_party/default.nix | |
parent | da8bc7635e746ba313801632c9001df9161d3605 (diff) |
feat(web/panettone): Add dev helpers for postgres db r/1486
Add a docker-compose file and lorri-based direnv for aiding in running and connecting to a postgres database during development of panettone. Change-Id: I319eee52b52cd48e1f3d2e32c558989768dc19d8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1465 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: eta <eta@theta.eu.org>
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index d1fd9f370f02..dcb4a42acb6a 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -64,6 +64,7 @@ let dfu-util diffutils dockerTools + docker-compose execline fd fetchFromGitHub |