diff --git a/shell.nix b/shell.nix index f218e83..e5d3ff0 100644 --- a/shell.nix +++ b/shell.nix @@ -43,5 +43,6 @@ in pkgs.stdenv.mkDerivation rec { #set env variables here export HUBOT_TG_SCRIPT=node_modules/hubot-tg/hubot.py export HUBOT_TG_PORT=1123 + export ADMIN_ROOM=user#123456 ''; }