release-lib.nix: set inHydra anyways, it might be useful some day
This commit is contained in:
@@ -8,6 +8,7 @@ rec {
|
|||||||
allPackages = args: packageSet (args // {
|
allPackages = args: packageSet (args // {
|
||||||
config.allowUnfree = false;
|
config.allowUnfree = false;
|
||||||
config.allowTexliveBuilds = allowTexliveBuilds;
|
config.allowTexliveBuilds = allowTexliveBuilds;
|
||||||
|
config.inHydra = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
pkgs = pkgsFor "x86_64-linux";
|
pkgs = pkgsFor "x86_64-linux";
|
||||||
|
|||||||
Reference in New Issue
Block a user