mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
* Sync with the trunk.
This commit is contained in:
commit
6c31232e14
35 changed files with 241 additions and 242 deletions
|
@ -112,7 +112,7 @@ bool createUserEnv(EvalState & state, DrvInfos & elems,
|
|||
|
||||
/* Get the environment builder expression. */
|
||||
Value envBuilder;
|
||||
state.evalFile(nixDataDir + "/nix/corepkgs/buildenv", envBuilder);
|
||||
state.evalFile(state.findFile("nix/buildenv.nix"), envBuilder);
|
||||
|
||||
/* Construct a Nix expression that calls the user environment
|
||||
builder with the manifest as argument. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue