mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
release-lib.nix: set inHydra anyways, it might be useful some day
This commit is contained in:
parent
32a81524fe
commit
a5de21c230
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user