forked from M-Labs/nix-scripts
add adc2tcp build
This commit is contained in:
parent
692169758d
commit
da8e6f061e
16
jobsets.nix
16
jobsets.nix
|
@ -38,6 +38,22 @@
|
|||
"sinaraSystemsSrc": { "type": "git", "value": "git://github.com/m-labs/sinara-systems.git master 1", "emailresponsible": false },
|
||||
"m-labs": { "type": "sysbuild", "value": "artiq:main:generated-nix", "emailresponsible": false }
|
||||
}
|
||||
},
|
||||
"adc2tcp": {
|
||||
"enabled": 1,
|
||||
"hidden": false,
|
||||
"description": "STM32 demo",
|
||||
"nixexprinput": "adc2tcp",
|
||||
"nixexprpath": "release.nix",
|
||||
"checkinterval": 300,
|
||||
"schedulingshares": 10,
|
||||
"enableemail": false,
|
||||
"emailoverride": "",
|
||||
"keepnr": 10,
|
||||
"inputs": {
|
||||
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-18.09", "emailresponsible": false },
|
||||
"adc2tcp": { "type": "git", "value": "git://github.com/m-labs/adc2tcp.git", "emailresponsible": false }
|
||||
}
|
||||
}
|
||||
}
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue