release-lib.nix: set inHydra anyways, it might be useful some day
Peter Simons 10 years ago a5de21c2 32a81524
··· 8 8 allPackages = args: packageSet (args // { 9 9 config.allowUnfree = false; 10 10 config.allowTexliveBuilds = allowTexliveBuilds; 11 11 + config.inHydra = true; 11 12 }); 12 13 13 14 pkgs = pkgsFor "x86_64-linux";