16 lines
582 B
JSON
16 lines
582 B
JSON
{
|
|
"enabled": 1,
|
|
"hidden": false,
|
|
"description": "nix-config Jobsets",
|
|
"nixexprinput": "src",
|
|
"nixexprpath": "default.nix",
|
|
"checkinterval": 300,
|
|
"schedulingshares": 1,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 3,
|
|
"inputs": {
|
|
"nixpkgs":{"emailresponsible":false,"type":"git","value":"https://github.com/NixOS/nixpkgs.git nixpkgs-22.05"},
|
|
"src":{"emailresponsible":false,"type":"git","value":"https://github.com/dadada/nix-config.git main"}
|
|
}
|
|
}
|