forked from lix-project/hydra
Include the URL of the binary cache in .nixpkg files
This commit is contained in:
parent
74fb2b37ce
commit
d15dd6bac9
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue