|
|
|
@ -4,12 +4,12 @@ |
|
|
|
|
'' |
|
|
|
|
cat > $out << EOF |
|
|
|
|
{ |
|
|
|
|
"stabilizer": { |
|
|
|
|
"stm32": { |
|
|
|
|
"enabled": 1, |
|
|
|
|
"hidden": false, |
|
|
|
|
"description": "Stabilizer firmware", |
|
|
|
|
"nixexprinput": "stabilizer", |
|
|
|
|
"nixexprpath": "release.nix", |
|
|
|
|
"description": "STM32 firmware", |
|
|
|
|
"nixexprinput": "nixScripts", |
|
|
|
|
"nixexprpath": "stm32.nix", |
|
|
|
|
"checkinterval": 300, |
|
|
|
|
"schedulingshares": 10, |
|
|
|
|
"enableemail": false, |
|
|
|
@ -17,8 +17,10 @@ |
|
|
|
|
"keepnr": 10, |
|
|
|
|
"inputs": { |
|
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.03", "emailresponsible": false }, |
|
|
|
|
"stabilizer": { "type": "git", "value": "git://github.com/quartiq/stabilizer.git", "emailresponsible": false }, |
|
|
|
|
"mozillaOverlay": { "type": "git", "value": "git://github.com/mozilla/nixpkgs-mozilla.git", "emailresponsible": false } |
|
|
|
|
"mozillaOverlay": { "type": "git", "value": "git://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": "git://github.com/quartiq/stabilizer.git", "emailresponsible": false }, |
|
|
|
|
"thermostatSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/thermostat.git", "emailresponsible": false } |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|