nixpkgs/pkgs/stdenv/generic
Vladimír Čunát e8e57452f4 stdenv: separate all meta-checking code (~200 lines)
Only cosmetic changes are done otherwise.
Real refactoring is left for later.

There's a small slow-down on my machine:
$ time nix-env -qa -P >/dev/null
gets from ~2.8 to ~3.5 seconds (negligible change in RAM).
That's most likely caused by sharing less computation between different
mkDerivation calls, and I plan to improve that soon.
2017-07-07 12:16:26 -04:00
..
builder.sh
check-meta.nix stdenv: separate all meta-checking code (~200 lines) 2017-07-07 12:16:26 -04:00
default-builder.sh
default.nix stdenv: separate all meta-checking code (~200 lines) 2017-07-07 12:16:26 -04:00
setup.sh Add a setup hook for detecting $TMPDIR references in RPATHs and wrapper scripts 2017-05-04 20:23:57 +02:00