Return Builds.drvpath in the JSON API
E.g. curl -H 'Accept: application/json' http://127.0.0.4/build/3772858 | jq -r .drvpath /nix/store/97vla79lavlcsk8milskr06rfm34bskx-patchelf-0.8pre843_f4522f4.drv
This commit is contained in:
parent
4af97c57f5
commit
d676c91bd5
|
@ -619,7 +619,8 @@ my %hint = (
|
|||
'system',
|
||||
'priority',
|
||||
'buildstatus',
|
||||
'releasename'
|
||||
'releasename',
|
||||
'drvpath',
|
||||
],
|
||||
relations => {
|
||||
jobsetevals => 'id'
|
||||
|
|
Loading…
Reference in a new issue