Unverified Commit 419ff35b authored by Martin Weinelt's avatar Martin Weinelt
Browse files

_5etools: Disable hydra builds

The source tarball is too large for hydras output limit.

https://hydra.nixos.org/build/210505879
parent f71c25b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
  };
}