nix-scripts/hydra/web.json

21 lines
849 B
JSON
Raw Normal View History

2019-07-19 14:54:18 +08:00
{
"web": {
"enabled": 1,
"hidden": false,
2022-09-27 10:45:41 +08:00
"description": "Websites",
"nixexprinput": "nixScripts",
"nixexprpath": "web.nix",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
"emailoverride": "",
"keepnr": 10,
"inputs": {
2023-12-03 10:32:40 +08:00
"nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-23.11", "emailresponsible": false },
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
2022-09-27 10:45:41 +08:00
"webSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/web2019.git", "emailresponsible": false },
"nmigenSrc": { "type": "git", "value": "https://gitlab.com/nmigen/nmigen.git", "emailresponsible": false }
}
2019-07-19 14:54:18 +08:00
}
}