diff --git a/db/scm.nix b/db/scm.nix index 2f29ab1c..db602b03 100644 --- a/db/scm.nix +++ b/db/scm.nix @@ -23,6 +23,7 @@ in rec { schematic = scm.shell.overrideAttrs ( oldAttrs : { shellHook = oldAttrs.shellHook + '' [ -n "$ENV" -a "$ENV" != "dev" ] && export BUGSNAG=2b987ca13cd93a4931bb746aace204fb + source /home/moonstream/moonstream-secrets/pg.env ''; }); }