Unverified Commit c8411d7c authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

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

buildEnv: Nix's buildEnv should be stable
parents 2608df09 fcea1056
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
# 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 }: