Commit fcea1056 authored by Robert Hensing's avatar Robert Hensing
Browse files

buildEnv: Nix's buildEnv should be stable

It's mostly used by nix-env, but Nix should remain simple and small
for reproducibility.
parent 895cb555
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 }: