mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-16 02:04:12 +00:00
Each invocation of pkgs.extends adds 130MB of allocation to the hydra evaluator. We are already struggling with the amount of memory nixpkgs requires. `pkgs.extend` is a useful escape-hatch, but should be not be used inside of nixpkgs directly.