Deduplicate file-names in select-derivations-and-build-status
As this can make the queries a bit more readable.
This commit is contained in:
parent
21b07b07a9
commit
5d0dcea3e4
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ ORDER BY derivations.system DESC,
|
||||||
"derivations.system"
|
"derivations.system"
|
||||||
"target"
|
"target"
|
||||||
"latest_build_status.status")
|
"latest_build_status.status")
|
||||||
(list file-names
|
(list (deduplicate-strings file-names)
|
||||||
systems
|
systems
|
||||||
targets
|
targets
|
||||||
build-statuses))
|
build-statuses))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue