fix hydra project declaration

pull/16/head
Sebastien Bourdeauducq 2019-02-17 11:32:00 +08:00
parent 0a211317f6
commit cf3fd8028d
2 changed files with 15 additions and 0 deletions

15
hydra-project.json Normal file
View File

@ -0,0 +1,15 @@
{
"enabled": 1,
"hidden": false,
"description": "js",
"nixexprinput": "nixScripts",
"nixexprpath": "jobsets.nix",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
"emailoverride": "",
"keepnr": 10,
"inputs": {
"nixScripts": { "type": "git", "value": "git://github.com/m-labs/nix-scripts.git", "emailresponsible": false },
}
}