Get hydra changes ready for RAD-development

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-04-20 16:45:37 -04:00
committed by Alice Huston
parent 3be9962a87
commit 76b6547ebe
3 changed files with 19 additions and 35 deletions

View File

@ -1,7 +1,7 @@
{
"enabled": 1,
"hidden": false,
"description": "system flake",
"description": "RAD Development infrastructure",
"nixexprinput": "nixexpr",
"nixexprpath": "hydra/jobsets.nix",
"checkinterval": 60,
@ -12,7 +12,7 @@
"type": 0,
"inputs": {
"nixexpr": {
"value": "https://github.com/ahuston-0/nix-dotfiles-hydra main",
"value": "https://github.com/RAD-development/nix-dotfiles main",
"type": "git",
"emailresponsible": false
},
@ -23,12 +23,12 @@
},
"pulls": {
"type": "githubpulls",
"value": "ahuston-0 nix-dotfiles-hydra",
"value": "RAD-development nix-dotfiles",
"emailresponsible": false
},
"branches": {
"type": "github_refs",
"value": "ahuston-0 nix-dotfiles-hydra heads -",
"value": "RAD-development nix-dotfiles heads -",
"emailresponsible": false
}
}