nixbld: add hydra-binary-cache-store.patch that is rebased on hydra-restrictdist.patch #11
|
@ -44,7 +44,7 @@ index 71869ba0..4276f95a 100644
|
||||||
+
|
+
|
||||||
+ $path = "/" . $1 . "/nar/$path";
|
+ $path = "/" . $1 . "/nar/$path";
|
||||||
+ my $fh = new IO::Handle;
|
+ my $fh = new IO::Handle;
|
||||||
+ open $fh, "<", $path;
|
+ open $fh, "<:raw", $path;
|
||||||
+ $c->response->body($fh);
|
+ $c->response->body($fh);
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in New Issue