Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-07-28 12:16:46 -04:00
parent 30e3d57482
commit 5efe8365ef

View file

@ -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
{