about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-07-06 18:01:11 +0000
committerGitHub <noreply@github.com>2023-07-06 18:01:11 +0000
commit1a76e12ddcc2e6a07ac81bed8e478a0909ae780f (patch)
tree11451adc80b4138cc02306de7e86ca5195eef223 /pkgs/build-support
parent4383b3d8ff2c3001d422089c6fda8d87ffe325e2 (diff)
parent0ad0cc50395a085200bd7901258118e75a1c63ba (diff)
Merge master into staging-next
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 }: