forked from M-Labs/nix-scripts
58 lines
2.1 KiB
JSON
58 lines
2.1 KiB
JSON
{
|
|
"mcu-contrib": {
|
|
"enabled": 1,
|
|
"hidden": false,
|
|
"description": "Third-party MCU firmware",
|
|
"nixexprinput": "nixScripts",
|
|
"nixexprpath": "mcu-contrib.nix",
|
|
"checkinterval": 7200,
|
|
"schedulingshares": 10,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 10,
|
|
"inputs": {
|
|
"nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-24.05", "emailresponsible": false },
|
|
"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 main", "emailresponsible": false },
|
|
"saymaMmcSrc": { "type": "git", "value": "https://github.com/sinara-hw/openMMC.git sayma-devel", "emailresponsible": false }
|
|
}
|
|
},
|
|
"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
|
|
},
|
|
"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
|
|
},
|
|
"kirdy": {
|
|
"enabled": 1,
|
|
"type": 1,
|
|
"hidden": false,
|
|
"description": "Firmware for the Sinara 1550 Kirdy laser diode driver",
|
|
"flake": "git+https://git.m-labs.hk/M-Labs/kirdy.git",
|
|
"checkinterval": 300,
|
|
"schedulingshares": 10,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 10
|
|
}
|
|
}
|