forked from M-Labs/nix-scripts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
538 B
16 lines
538 B
{ |
|
"enabled": 1, |
|
"hidden": true, |
|
"description": "js", |
|
"nixexprinput": "nixScripts", |
|
"nixexprpath": "hydra/web.nix", |
|
"checkinterval": 300, |
|
"schedulingshares": 10, |
|
"enableemail": false, |
|
"emailoverride": "", |
|
"keepnr": 10, |
|
"inputs": { |
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-unstable", "emailresponsible": false }, |
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false } |
|
} |
|
}
|
|
|