update flake #252

Merged
darkkirb merged 3 commits from update-flake into main 2023-05-30 07:34:25 +00:00
4 changed files with 10 additions and 1066 deletions
Showing only changes of commit 9fd16abe89 - Show all commits

File diff suppressed because it is too large Load diff

View file

@ -136,17 +136,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683550113, "lastModified": 1685431783,
"narHash": "sha256-niw0RHfwpo2/86wvtHrbU/DQYlkkwtrM+qG7GEC0qAo=", "narHash": "sha256-NriQMCsRiB7fYJ9v+3Tw3/jshB8y/tNsHwgqz24cxO4=",
"owner": "NixOS", "ref": "refs/heads/master",
"repo": "hydra", "rev": "51c2319f653df748adfbc7a5fa7440205ad884df",
"rev": "13ef4e3c5d87bc6f68c91a36d78cdc7d589d8ff2", "revCount": 4066,
"type": "github" "type": "git",
"url": "https://git.chir.rs/darkkirb/hydra"
}, },
"original": { "original": {
"owner": "NixOS", "type": "git",
"repo": "hydra", "url": "https://git.chir.rs/darkkirb/hydra"
"type": "github"
} }
}, },
"lowdown-src": { "lowdown-src": {

View file

@ -24,7 +24,7 @@
inputs.utils.follows = "flake-utils"; inputs.utils.follows = "flake-utils";
}; };
hydra = { hydra = {
url = "github:NixOS/hydra"; url = "git+https://git.chir.rs/darkkirb/hydra";
}; };
}; };

View file

@ -75,7 +75,6 @@ system: self: super: let
patches = patches =
(super.patches or []) (super.patches or [])
++ [ ++ [
./ci/hydra/add-ca-support.patch
./ci/hydra/add-gitea-push-hook.patch ./ci/hydra/add-gitea-push-hook.patch
./ci/hydra/jobset-inputs-for-flakes.patch ./ci/hydra/jobset-inputs-for-flakes.patch
./ci/hydra/remove-hydra-size-limit.patch ./ci/hydra/remove-hydra-size-limit.patch