mirror of
https://github.com/NixOS/nix
synced 2025-07-10 13:03:55 +02:00
* Make dbRefs a mapping from Hash to [Path].
This commit is contained in:
parent
609a224848
commit
5895c160c4
11 changed files with 172 additions and 49 deletions
|
@ -29,7 +29,7 @@ static bool isFState(Expr e, string & path)
|
|||
}
|
||||
else if (ATmatch(e, "Include(<str>)", &s1))
|
||||
{
|
||||
string fn = queryFromStore(parseHash(s1));
|
||||
string fn = queryPathByHash(parseHash(s1));
|
||||
return isFState(evalFile(fn), path);
|
||||
}
|
||||
else return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue