Use derivations.system_id in select-builds-with-context
As that table is always included in the query.
This commit is contained in:
parent
f421faa790
commit
8a48960fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ ORDER BY status"))
|
|||
`(("guix_revisions.commit = $" . ,revision-commit))
|
||||
'())
|
||||
,@(if system
|
||||
`(("package_derivations.system_id = $" .
|
||||
`(("derivations.system_id = $" .
|
||||
,(number->string (system->system-id conn system))))
|
||||
'())
|
||||
,@(if target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue