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:
parent
895cb5559d
commit
fcea105698
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
# buildEnv creates a tree of symlinks to the specified paths. This is
|
# buildEnv creates a tree of symlinks to the specified paths. This is
|
||||||
# a fork of the buildEnv in the Nix distribution. Most changes should
|
# a fork of the hardcoded buildEnv in the Nix distribution.
|
||||||
# eventually be merged back into the Nix distribution.
|
|
||||||
|
|
||||||
{ buildPackages, runCommand, lib, substituteAll }:
|
{ buildPackages, runCommand, lib, substituteAll }:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue