From 5efe8365efe5f4ac0ea1162f6b5c5e904841946f Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sun, 28 Jul 2013 12:16:46 -0400 Subject: [PATCH] Whoops Signed-off-by: Shea Levy --- hydra-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-module.nix b/hydra-module.nix index 9b2cdffb..7a666a56 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -28,7 +28,7 @@ let serverEnv = env // { HYDRA_LOGO = if cfg.logo != null then cfg.logo else ""; HYDRA_TRACKER = cfg.tracker; - } // (optionalAttrs cfg.debugMode { DBIC_TRACE = 1; }); + } // (optionalAttrs cfg.debugServer { DBIC_TRACE = 1; }); in {