mirror of
https://github.com/NixOS/nix.git
synced 2025-11-30 14:10:59 +01: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