Tweak the sort order for derivation counts
So that the non-cross derivations appear first.
This commit is contained in:
parent
f9871faa88
commit
bb271c366b
1 changed files with 1 additions and 1 deletions
|
|
@ -59,6 +59,6 @@ WHERE package_derivations.id IN (
|
|||
WHERE guix_revisions.commit = $1
|
||||
)
|
||||
GROUP BY package_derivations.system, package_derivations.target
|
||||
ORDER BY package_derivations.system DESC, package_derivations.target DESC")
|
||||
ORDER BY package_derivations.system DESC, package_derivations.target ASC")
|
||||
|
||||
(exec-query conn query (list commit-hash)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue