lol

buildEnv: Nix's buildEnv should be stable

It's mostly used by nix-env, but Nix should remain simple and small
for reproducibility.

+1 -2
+1 -2
pkgs/build-support/buildenv/default.nix
··· 1 # buildEnv creates a tree of symlinks to the specified paths. This is 2 - # a fork of the buildEnv in the Nix distribution. Most changes should 3 - # eventually be merged back into the Nix distribution. 4 5 { buildPackages, runCommand, lib, substituteAll }: 6
··· 1 # buildEnv creates a tree of symlinks to the specified paths. This is 2 + # a fork of the hardcoded buildEnv in the Nix distribution. 3 4 { buildPackages, runCommand, lib, substituteAll }: 5