typstPackages: Do not build in Hydra (#538299)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-09 14:25:24 +00:00
committed by GitHub
@@ -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; };
};