diff options
-rw-r--r-- | guix-build-coordinator/client-communication.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guix-build-coordinator/client-communication.scm b/guix-build-coordinator/client-communication.scm index d9ccdff..141c94f 100644 --- a/guix-build-coordinator/client-communication.scm +++ b/guix-build-coordinator/client-communication.scm @@ -208,6 +208,11 @@ . ,(list->vector (map (lambda (agent) `(,@agent + (allocated_builds + . ,(list->vector + (datastore-select-allocated-builds + datastore + (assq-ref agent 'uuid)))) (tags . ,(vector-map (match-lambda* ((index (key . value)) |