Replace more instances of system->system-id with lookup-system-id
To avoid systems being inserted from queries.
This commit is contained in:
parent
98e1b6b3c7
commit
02947cc9c4
3 changed files with 4 additions and 4 deletions
|
|
@ -240,7 +240,7 @@ ORDER BY systems.system DESC,
|
|||
'("package_derivations.system_id" "target")
|
||||
(list
|
||||
(and=> system (lambda (system)
|
||||
(system->system-id conn system)))
|
||||
(lookup-system-id conn system)))
|
||||
targets))
|
||||
,@(if minimum-builds
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue