mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-11 02:07:27 +01:00
we need the file itself as a dependency for the docbook build, but we don't need it to be properly sorted at the nix level. push the sort out to a python script instead to save eval time. on the machine used to write this `nix-instantiate <nixos/nixos> -A system` went down from 7.1s to 5.4s and GC heap size decreased by 50MB (or 70MB max RSS). |
||
|---|---|---|
| .. | ||
| default.nix | ||
| options-to-docbook.xsl | ||
| postprocess-option-descriptions.xsl | ||
| sortXML.py | ||