nix-scripts/hydra/mcu.json

46 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2019-02-17 11:32:00 +08:00
{
2022-01-26 07:48:45 +08:00
"mcu-contrib": {
"enabled": 1,
"hidden": false,
2022-01-26 07:48:45 +08:00
"description": "Third-party MCU firmware",
"nixexprinput": "nixScripts",
2022-01-26 07:48:45 +08:00
"nixexprpath": "mcu-contrib.nix",
2023-06-04 22:18:06 +08:00
"checkinterval": 7200,
"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 },
2022-01-11 09:42:32 +08:00
"mozillaOverlay": { "type": "git", "value": "https://github.com/mozilla/nixpkgs-mozilla.git", "emailresponsible": false },
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
"stabilizerSrc": { "type": "git", "value": "https://github.com/quartiq/stabilizer.git", "emailresponsible": false },
2022-01-11 09:42:32 +08:00
"saymaMmcSrc": { "type": "git", "value": "https://github.com/sinara-hw/openMMC.git sayma-devel", "emailresponsible": false }
}
2022-01-19 10:36:54 +08:00
},
"thermostat": {
"enabled": 1,
"type": 1,
"hidden": false,
"description": "Firmware for the Sinara 8451 Thermostat",
"flake": "git+https://git.m-labs.hk/M-Labs/thermostat.git",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
"emailoverride": "",
"keepnr": 10
2022-01-19 16:40:51 +08:00
},
"humpback-dds": {
"enabled": 1,
"type": 1,
"hidden": false,
"description": "Firmware for Humpback-DDS",
"flake": "git+https://git.m-labs.hk/M-Labs/humpback-dds.git",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
"emailoverride": "",
"keepnr": 10
2019-02-17 11:32:00 +08:00
}
}