Add some more fields to the JSON output of /build

This commit is contained in:
Eelco Dolstra 2013-08-12 22:57:53 +02:00
parent bef263c930
commit 4792256e43

View file

@ -111,6 +111,10 @@ sub build_GET {
'jobset',
'starttime',
'stoptime',
'nixname',
'description',
'drvpath',
'system',
]
})
);