mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
* Minor simplification.
This commit is contained in:
parent
49829da8b4
commit
c4f1c2114b
2 changed files with 7 additions and 10 deletions
|
@ -154,7 +154,7 @@ static Expr loadSourceExpr(EvalState & state, const Path & path)
|
|||
for a user to have a ~/.nix-defexpr directory that includes
|
||||
some system-wide directory). */
|
||||
ATermMap attrs;
|
||||
attrs.set(toATerm("_combineChannels"), makeAttrRHS(eTrue, makeNoPos()));
|
||||
attrs.set(toATerm("_combineChannels"), makeAttrRHS(makeList(ATempty), makeNoPos()));
|
||||
getAllExprs(state, path, attrs);
|
||||
return makeAttrs(attrs);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue