Cleanup Overlays
This commit is contained in:
13
overlays/hydra.nix
Normal file
13
overlays/hydra.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
(final: prev: {
|
||||
hydra_unstable = prev.hydra_unstable.overrideAttrs
|
||||
(old: {
|
||||
doCheck = false;
|
||||
patches = [
|
||||
(final.fetchpatch {
|
||||
name = "hydra-gitea-push-patch";
|
||||
url = "https://patch-diff.githubusercontent.com/raw/NixOS/hydra/pull/1227.patch";
|
||||
sha256 = "A4dN/4zLMKLYaD38lu87lzAWH/3EUM7G5njx7Q4W47w=";
|
||||
})
|
||||
];
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user