forked from lix-project/lix
* Maintain the references for the user environment properly.
This commit is contained in:
parent
dfc042a0c1
commit
822dba2210
|
@ -200,7 +200,7 @@ static void createUserEnv(EvalState & state, const DrvInfos & elems,
|
|||
makeBind(toATerm("derivations"),
|
||||
makeList(ATreverse(inputs)), makeNoPos()),
|
||||
makeBind(toATerm("manifest"),
|
||||
makeStr(manifestFile), makeNoPos())
|
||||
makeStr(manifestFile, singleton<PathSet>(manifestFile)), makeNoPos())
|
||||
)));
|
||||
|
||||
/* Instantiate it. */
|
||||
|
|
Loading…
Reference in a new issue