nixbld: add hydra-binary-cache-store.patch that is rebased on hydra-restrictdist.patch #11

Closed
astro wants to merge 3 commits from astro/it-infra:hydra-local-binary-cache into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a16ab7d2de - Show all commits

View File

@ -44,7 +44,7 @@ index 71869ba0..4276f95a 100644
+
+ $path = "/" . $1 . "/nar/$path";
+ my $fh = new IO::Handle;
+ open $fh, "<", $path;
+ open $fh, "<:raw", $path;
+ $c->response->body($fh);
+ }
+