We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a31f86 commit 444f39bCopy full SHA for 444f39b
1 file changed
scm/scm.nix
@@ -22,7 +22,8 @@ let
22
in rec {
23
schematic = scm.shell.overrideAttrs ( oldAttrs : {
24
shellHook = oldAttrs.shellHook + ''
25
- [ -n "$ENV" -a "$ENV" != "dev" ] && export BUGSNAG=2b987ca13cd93a4931bb746aace204fb
+ [ -n "$ENV" -a "$ENV" != "dev" ]
26
+ source /home/moonstream/brood-secrets/pg.env
27
'';
28
});
29
}
0 commit comments