Ensure output ordering for derivations is correct
This affects the formatted derivation output.
This commit is contained in:
parent
dd94f59acf
commit
21e298f68c
1 changed files with 1 additions and 0 deletions
|
|
@ -657,6 +657,7 @@ SELECT derivations.file_name,
|
|||
'output_name', derivation_outputs.name,
|
||||
'store_filename', derivation_output_details.path
|
||||
)
|
||||
ORDER BY derivation_outputs.name
|
||||
)
|
||||
FROM derivation_inputs
|
||||
INNER JOIN derivation_outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue