hydra: wip init

This commit is contained in:
Christoph Hollizeck 2024-12-28 12:48:12 +01:00
parent f1b9097b3b
commit 5543ef1e9c
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 80 additions and 0 deletions

25
.hydra/spec.json Normal file
View file

@ -0,0 +1,25 @@
{
"enabled": 1,
"hidden": false,
"description": "system flake",
"nixexprinput": "nixexpr",
"nixexprpath": ".hydra/jobsets.nix",
"checkinterval": 3600,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"type": 0,
"inputs": {
"nixexpr": {
"value": "https://git.christophhollizeck.dev/Daholli/nixos-config.git main",
"type": "git",
"emailresponsible": false
},
"nixpkgs": {
"value": "https://github.com/NixOS/nixpkgs unstable",
"type": "git",
"emailresponsible": false
}
}
}