nixos-config/.hydra/spec.json
Christoph Hollizeck e7066d45a4
Some checks failed
/ test (push) Has been cancelled
hydra: wip init
2024-12-28 12:48:12 +01:00

25 lines
580 B
JSON

{
"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
}
}
}