mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 16:59:35 +01:00
Fix build
This commit is contained in:
parent
f79b90f7ea
commit
db204f40d2
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
with builtins;
|
||||
|
||||
let
|
||||
|
||||
showPos = pos:
|
||||
|
|
|
|||
|
|
@ -3507,8 +3507,7 @@ void EvalState::createBaseEnv()
|
|||
addPrimOp("__exec", 1, prim_exec);
|
||||
}
|
||||
|
||||
path = canonPath(settings.nixDataDir + "/nix/corepkgs/module.nix", true);
|
||||
evalFile(path, v);
|
||||
evalFile(canonPath(settings.nixDataDir + "/nix/corepkgs/module.nix", true), v);
|
||||
addConstant("module", v);
|
||||
|
||||
/* Add a value containing the current Nix expression search path. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue