mirror of
https://github.com/NixOS/nix
synced 2025-06-29 14:53:16 +02:00
Store a ref to InputAccessor in SourcePath
This commit is contained in:
parent
72dffd6c6c
commit
a18b3c665a
14 changed files with 44 additions and 31 deletions
|
@ -193,7 +193,7 @@ struct ExprPath : Expr
|
|||
ExprPath(SourcePath && _path)
|
||||
: path(_path)
|
||||
{
|
||||
v.mkPath(&path.accessor, path.path.abs().data());
|
||||
v.mkPath(&*path.accessor, path.path.abs().data());
|
||||
}
|
||||
Value * maybeThunk(EvalState & state, Env & env) override;
|
||||
COMMON_METHODS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue