release-lib.nix: set inHydra anyways, it might be useful some day

This commit is contained in:
Peter Simons 2015-07-17 15:33:49 +02:00
parent 32a81524fe
commit a5de21c230

View file

@ -8,6 +8,7 @@ rec {
allPackages = args: packageSet (args // {
config.allowUnfree = false;
config.allowTexliveBuilds = allowTexliveBuilds;
config.inHydra = true;
});
pkgs = pkgsFor "x86_64-linux";