Don't build texLive in Hydra

It's way too big (texlive-core-2014 alone is > 1.5 GB).
This commit is contained in:
Eelco Dolstra
2015-06-25 17:34:08 +02:00
parent ddade52f0e
commit 7f54f99656
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ rec {
# Ensure that we don't build packages marked as unfree.
allPackages = args: packageSet (args // {
config.allowUnfree = false;
config.inHydra = true;
});
pkgs = pkgsFor "x86_64-linux";