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:
Ross Smyth
2026-07-03 23:55:21 -04:00
parent 711ab3d132
commit a75da8d0dc

View File

@@ -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; };
};