nixpkgs/pkgs/build-support/buildenv
pennae dc895fb281 lib: make extendDerivation lighter on eval
the fix to extendDerivation in #140051 unwittingly worsened eval performance by
quite a bit. set elements alone needed over 1GB extra after the change, which
seems disproportionate to how small it was. if we flip the logic used to
determine which outputs to install around and keep a "this one exactly" flag in
the specific outputs instead of a "all of them" in the root we can avoid most
of that cost.
2021-10-15 16:39:10 +02:00
..
builder.pl buildenv: fix regression introduced by #134215 2021-08-20 15:47:47 +03:00
default.nix lib: make extendDerivation lighter on eval 2021-10-15 16:39:10 +02:00