about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-07-06 16:13:38 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-07-06 16:13:38 +0200
commitfcea105698ee51f1af71f764d03d300b229ada7c (patch)
treeeccdf576f08c4cbf9ca06775614c31be7a7e4c84 /pkgs/build-support
parent895cb5559d4cceadc976aad5d3a5b07c2e84b7e4 (diff)
buildEnv: Nix's buildEnv should be stable
It's mostly used by nix-env, but Nix should remain simple and small
for reproducibility.
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/buildenv/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/build-support/buildenv/default.nix b/pkgs/build-support/buildenv/default.nix
index 006fc2aff9232..786a2ad5da02c 100644
--- a/pkgs/build-support/buildenv/default.nix
+++ b/pkgs/build-support/buildenv/default.nix
@@ -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 }: