buildEnv: Nix's buildEnv should be stable

It's mostly used by nix-env, but Nix should remain simple and small
for reproducibility.
This commit is contained in:
Robert Hensing 2023-07-06 16:13:38 +02:00
parent 895cb5559d
commit fcea105698

View File

@ -1,6 +1,5 @@
# buildEnv creates a tree of symlinks to the specified paths. This is
# a fork of the buildEnv in the Nix distribution. Most changes should
# eventually be merged back into the Nix distribution.
# a fork of the hardcoded buildEnv in the Nix distribution.
{ buildPackages, runCommand, lib, substituteAll }: