Add declarative spec file

This commit is contained in:
Charlotte 🦝 Delenk 2023-01-21 09:53:39 +01:00
parent 7c2c96e276
commit 5889bf347b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

29
hydra/spec.json Normal file
View file

@ -0,0 +1,29 @@
{
"enabled": 1,
"hidden": false,
"description": "jobsets",
"nixexprinput": "nix-packages",
"nixexprpath": "hydra/jobsets.nix",
"checkinterval": 60,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 1,
"inputs": {
"nix-packages": {
"type": "git",
"value": "https://github.com/DarkKirb/nix-packages.git main",
"emailresponsible": false
},
"nixpkgs": {
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git",
"emailresponsible": false
},
"prsJSON": {
"type": "githubpulls",
"value": "https://api.github.com/repos/DarkKirb/nix-packages/pulls",
"emailresponsible": false
}
}
}