From fcea105698ee51f1af71f764d03d300b229ada7c Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 6 Jul 2023 16:13:38 +0200 Subject: [PATCH] buildEnv: Nix's buildEnv should be stable It's mostly used by nix-env, but Nix should remain simple and small for reproducibility. --- pkgs/build-support/buildenv/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/build-support/buildenv/default.nix b/pkgs/build-support/buildenv/default.nix index 006fc2aff923..786a2ad5da02 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 }: