3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #219557 from mweinelt/5etools-disable-hydra

_5etools: Disable hydra builds
This commit is contained in:
Martin Weinelt 2023-03-04 21:33:40 +00:00 committed by GitHub
commit fbe74fa346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,5 +15,6 @@ fetchFromGitHub rec {
changelog = "https://github.com/5etools-mirror-1/5etools-mirror-1.github.io/releases/tag/v${version}";
license = [ licenses.mit ];
maintainers = with maintainers; [ urandom ];
hydraPlatforms = []; # src tarball is 4.7G, unpackeed 4.8G, exceeds hydras output limit
};
}