Merge pull request #241935 from hercules-ci/buildEnv-factually-correct

buildEnv: Nix's buildEnv should be stable
This commit is contained in:
Robert Hensing
2023-07-06 16:15:02 +02:00
committed by GitHub
+1 -2
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 }: