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

View file

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

View file

@ -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