nix-scripts/hydra/artiq.json

17 lines
537 B
JSON
Raw Permalink 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",
2019-03-25 10:54:52 +08:00
"nixexprpath": "hydra/artiq.nix",
2019-02-17 11:32:00 +08:00
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
"emailoverride": "",
"keepnr": 10,
"inputs": {
2020-04-20 17:51:38 +08:00
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-20.03", "emailresponsible": false },
2019-04-18 22:30:22 +08:00
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }
2019-02-17 11:32:00 +08:00
}
}