Remove nix-install-package support

'nix-install-package' no longer exists in Nix 1.12.

Closes #268.
This commit is contained in:
Eelco Dolstra
2018-01-15 14:27:58 +01:00
parent a4fc292c83
commit fd463ff403
5 changed files with 9 additions and 73 deletions

View File

@ -121,6 +121,8 @@ sub build_GET {
$c->stash->{constituents} = [$build->constituents_->search({}, {order_by => ["job"]})];
$c->stash->{steps} = [$build->buildsteps->search({}, {order_by => "stepnr desc"})];
$c->stash->{binaryCachePublicUri} = $c->config->{binary_cache_public_uri};
}