_5etools: Disable hydra builds

The source tarball is too large for hydras output limit.

https://hydra.nixos.org/build/210505879
This commit is contained in:
Martin Weinelt 2023-03-04 19:44:09 +00:00
parent f71c25b983
commit 419ff35b40
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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
};
}