diff --git a/guix-data-service/web/repository/controller.scm b/guix-data-service/web/repository/controller.scm index 257b16a..88739d5 100644 --- a/guix-data-service/web/repository/controller.scm +++ b/guix-data-service/web/repository/controller.scm @@ -88,9 +88,10 @@ `((revisions . ,(list->vector (map (match-lambda - ((commit-hash date _ _) - `((date . ,date) - (commit-hash . ,commit-hash)))) + ((commit-hash date revision-exists? _) + `((date . ,date) + (commit-hash . ,commit-hash) + (data_available . ,revision-exists?)))) revisions)))))) (else (render-html