aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix-build-coordinator-agent.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/guix-build-coordinator-agent.in')
-rw-r--r--scripts/guix-build-coordinator-agent.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix-build-coordinator-agent.in b/scripts/guix-build-coordinator-agent.in
index 74e4ffb..bbdc6bd 100644
--- a/scripts/guix-build-coordinator-agent.in
+++ b/scripts/guix-build-coordinator-agent.in
@@ -95,7 +95,7 @@
(run-agent (assq-ref opts 'uuid)
(assq-ref opts 'coordinator)
(assq-ref opts 'password)
- (assq-ref opts 'systems)
+ (delete-duplicates (assq-ref opts 'systems))
(assq-ref opts 'max-parallel-builds)
(or (assq-ref opts 'derivation-substitute-urls)
(assq-ref opts 'substitute-urls))