* Add nix version to footer of hydra pages

This commit is contained in:
Rob Vermaas
2009-09-01 08:50:51 +00:00
parent cbeccda5eb
commit d7713b4dba
3 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,7 @@ sub begin :Private {
my ($self, $c) = @_;
$c->stash->{curUri} = $c->request->uri;
$c->stash->{version} = $ENV{"HYDRA_RELEASE"} || "<devel>";
$c->stash->{nixVersion} = $ENV{"NIX_RELEASE"} || "<devel>";
}