hydra: wip init

This commit is contained in:
Christoph Hollizeck 2024-12-28 12:48:12 +01:00
parent c86670661c
commit d841758f9e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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
}
}
}