This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/hydra/default.nix

8 lines
133 B
Nix

{
pkgs,
inputs,
}: rec {
hydra = inputs.hydra.packages.${pkgs.system}.hydra.overrideAttrs (old: {
doCheck = false;
});
}