Skip to content

Commit 444f39b

Browse files
committed
Removed BUGSNUG and source pg.env
1 parent 7a31f86 commit 444f39b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scm/scm.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ let
2222
in rec {
2323
schematic = scm.shell.overrideAttrs ( oldAttrs : {
2424
shellHook = oldAttrs.shellHook + ''
25-
[ -n "$ENV" -a "$ENV" != "dev" ] && export BUGSNAG=2b987ca13cd93a4931bb746aace204fb
25+
[ -n "$ENV" -a "$ENV" != "dev" ]
26+
source /home/moonstream/brood-secrets/pg.env
2627
'';
2728
});
2829
}

0 commit comments

Comments
 (0)