forked from M-Labs/nix-scripts
add HeavyX
This commit is contained in:
parent
74226a3553
commit
843582102a
16
jobsets.nix
16
jobsets.nix
|
@ -55,6 +55,22 @@
|
||||||
"adc2tcp": { "type": "git", "value": "git://github.com/m-labs/adc2tcp.git", "emailresponsible": false },
|
"adc2tcp": { "type": "git", "value": "git://github.com/m-labs/adc2tcp.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 }
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"heavyx": {
|
||||||
|
"enabled": 1,
|
||||||
|
"hidden": false,
|
||||||
|
"description": "HeavyX SoC toolkit experiment",
|
||||||
|
"nixexprinput": "heavyx",
|
||||||
|
"nixexprpath": "default.nix",
|
||||||
|
"checkinterval": 300,
|
||||||
|
"schedulingshares": 10,
|
||||||
|
"enableemail": false,
|
||||||
|
"emailoverride": "",
|
||||||
|
"keepnr": 10,
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.03", "emailresponsible": false },
|
||||||
|
"heavyx": { "type": "git", "value": "git://github.com/m-labs/heavyx.git", "emailresponsible": false }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue