Fix issue with loading system tests

This commit is contained in:
Christopher Baines 2025-06-25 08:56:36 +02:00
parent c63ba7f09c
commit 8f172c4950

View file

@ -2410,14 +2410,15 @@ SELECT store_path FROM derivation_source_files WHERE id = $1"
(let ((systems
(map car derivation-file-names-by-system))
(derivation-ids
(derivation-file-names->derivation-ids
postgresql-connection-pool
call-with-utility-thread
read-derivations/fiberized
derivation-ids-hash-table
(list->vector
(map cdr derivation-file-names-by-system))
#:log-tag "channel-instances")))
(vector->list
(derivation-file-names->derivation-ids
postgresql-connection-pool
call-with-utility-thread
read-derivations/fiberized
derivation-ids-hash-table
(list->vector
(map cdr derivation-file-names-by-system))
#:log-tag "channel-instances"))))
(map cons systems derivation-ids))
location-data)))
data-with-derivation-file-names)))