Include the URL of the binary cache in .nixpkg files

This commit is contained in:
Eelco Dolstra 2012-07-30 20:26:11 +00:00
parent 74fb2b37ce
commit d15dd6bac9

View file

@ -12,7 +12,8 @@ sub process {
my $s = "NIXPKG1 " . $c->stash->{manifestUri}
. " " . $build->nixname . " " . $build->system
. " " . $build->drvpath . " " . $build->outpath;
. " " . $build->drvpath . " " . $build->outpath
. " " . $c->uri_for('/');
$c->response->body($s);