nix-scripts/hydra-project.json

17 lines
528 B
JSON
Raw Normal View History

2019-02-17 11:32:00 +08:00
{
"enabled": 1,
2019-02-17 14:16:58 +08:00
"hidden": true,
2019-02-17 11:32:00 +08:00
"description": "js",
"nixexprinput": "nixScripts",
"nixexprpath": "jobsets.nix",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
"emailoverride": "",
"keepnr": 10,
"inputs": {
2019-02-17 11:53:15 +08:00
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-18.09", "emailresponsible": false },
2019-02-17 11:40:05 +08:00
"nixScripts": { "type": "git", "value": "git://github.com/m-labs/nix-scripts.git", "emailresponsible": false }
2019-02-17 11:32:00 +08:00
}
}