From 67dfaafae16e2212c04e2f214b301dc9b0b81e5d Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 29 Mar 2016 04:04:29 +0200 Subject: [PATCH] Add dummy admin room variable for testing --- shell.nix | 1 + 1 file changed, 1 insertion(+) 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 ''; }