forked from lix-project/hydra
Add nixexprpath/nixexprinput to GET of jobset (API).
This commit is contained in:
parent
2398f2ce49
commit
ac177d0984
1 changed files with 3 additions and 1 deletions
|
@ -313,7 +313,9 @@ my %hint = (
|
||||||
"enabled",
|
"enabled",
|
||||||
"errormsg",
|
"errormsg",
|
||||||
"fetcherrormsg",
|
"fetcherrormsg",
|
||||||
"emailoverride"
|
"emailoverride",
|
||||||
|
"nixexprpath",
|
||||||
|
"nixexprinput"
|
||||||
],
|
],
|
||||||
eager_relations => {
|
eager_relations => {
|
||||||
jobsetinputs => "name"
|
jobsetinputs => "name"
|
||||||
|
|
Loading…
Reference in a new issue