update hydra
This commit is contained in:
parent
71d7432bbe
commit
9fd16abe89
4 changed files with 10 additions and 1066 deletions
File diff suppressed because it is too large
Load diff
18
flake.lock
18
flake.lock
|
@ -136,17 +136,17 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1683550113,
|
||||
"narHash": "sha256-niw0RHfwpo2/86wvtHrbU/DQYlkkwtrM+qG7GEC0qAo=",
|
||||
"owner": "NixOS",
|
||||
"repo": "hydra",
|
||||
"rev": "13ef4e3c5d87bc6f68c91a36d78cdc7d589d8ff2",
|
||||
"type": "github"
|
||||
"lastModified": 1685431783,
|
||||
"narHash": "sha256-NriQMCsRiB7fYJ9v+3Tw3/jshB8y/tNsHwgqz24cxO4=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "51c2319f653df748adfbc7a5fa7440205ad884df",
|
||||
"revCount": 4066,
|
||||
"type": "git",
|
||||
"url": "https://git.chir.rs/darkkirb/hydra"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "hydra",
|
||||
"type": "github"
|
||||
"type": "git",
|
||||
"url": "https://git.chir.rs/darkkirb/hydra"
|
||||
}
|
||||
},
|
||||
"lowdown-src": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
inputs.utils.follows = "flake-utils";
|
||||
};
|
||||
hydra = {
|
||||
url = "github:NixOS/hydra";
|
||||
url = "git+https://git.chir.rs/darkkirb/hydra";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -75,7 +75,6 @@ system: self: super: let
|
|||
patches =
|
||||
(super.patches or [])
|
||||
++ [
|
||||
./ci/hydra/add-ca-support.patch
|
||||
./ci/hydra/add-gitea-push-hook.patch
|
||||
./ci/hydra/jobset-inputs-for-flakes.patch
|
||||
./ci/hydra/remove-hydra-size-limit.patch
|
||||
|
|
Reference in a new issue