mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 06:31:15 +00:00
typstPackages: Do not build in Hydra
Downloading from the cache is basically the same building anyways, no reason to build on Hydra TBH.
This commit is contained in:
@@ -45,6 +45,8 @@ lib.extendMkDerivation {
|
||||
RossSmyth
|
||||
];
|
||||
license = lib.map (lib.flip lib.getAttr lib.licensesSpdx) license;
|
||||
# Sending a bunch of trivial jobs to Hydra is not that great.
|
||||
hydraPlatforms = [ ];
|
||||
}
|
||||
// lib.optionalAttrs (homepage != null) { inherit homepage; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user